Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7349eb27
Commit
7349eb27
authored
Jun 23, 2012
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The build target of this makefile is python3.dll, not python32.dll.
parent
99cc6299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PC/python3.mak
PC/python3.mak
+2
-2
No files found.
PC/python3.mak
View file @
7349eb27
$(OutDir)python3
2
.dll
:
python3.def $(OutDir)python32stub.lib
$(OutDir)python3.dll
:
python3.def $(OutDir)python32stub.lib
cl /LD /Fe
$(OutDir)
python3.dll python3dll.c python3.def
$(OutDir)
python32stub.lib
$(OutDir)python32stub.lib
:
python32stub.def
...
...
@@ -7,4 +7,4 @@ $(OutDir)python32stub.lib: python32stub.def
clean
:
del
$(OutDir)
python3.dll
$(OutDir)
python3.lib
$(OutDir)
python32stub.lib
$(OutDir)
python3.exp
$(OutDir)
python32stub.exp
rebuild
:
clean $(OutDir)python3
2
.dll
rebuild
:
clean $(OutDir)python3.dll
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment