diff options
author | Georg Brandl <georg@python.org> | 2011-03-05 14:11:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-05 14:11:35 (GMT) |
commit | 49857f8a93564e68a31949ab7498dd1c6bd122b0 (patch) | |
tree | a8e5034f14b11f3a90c74072ddcfd7750e05e048 /PC/python3.mak | |
parent | b2a39da238233c57f530aa043d6e86034edceb95 (diff) | |
download | cpython-49857f8a93564e68a31949ab7498dd1c6bd122b0.zip cpython-49857f8a93564e68a31949ab7498dd1c6bd122b0.tar.gz cpython-49857f8a93564e68a31949ab7498dd1c6bd122b0.tar.bz2 |
Add updated .hgeol file and fix newlines in the 3.2 branch.
Diffstat (limited to 'PC/python3.mak')
-rw-r--r-- | PC/python3.mak | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/PC/python3.mak b/PC/python3.mak index 821fd9f..256167f 100644 --- a/PC/python3.mak +++ b/PC/python3.mak @@ -1,10 +1,10 @@ -$(OutDir)python32.dll: python3.def $(OutDir)python32stub.lib
- cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python32stub.lib
-
-$(OutDir)python32stub.lib: python32stub.def
- lib /def:python32stub.def /out:$(OutDir)python32stub.lib /MACHINE:$(MACHINE)
-
-clean:
- del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python32stub.lib $(OutDir)python3.exp $(OutDir)python32stub.exp
-
-rebuild: clean $(OutDir)python32.dll
+$(OutDir)python32.dll: python3.def $(OutDir)python32stub.lib + cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python32stub.lib + +$(OutDir)python32stub.lib: python32stub.def + lib /def:python32stub.def /out:$(OutDir)python32stub.lib /MACHINE:$(MACHINE) + +clean: + del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python32stub.lib $(OutDir)python3.exp $(OutDir)python32stub.exp + +rebuild: clean $(OutDir)python32.dll |