summaryrefslogtreecommitdiffstats
path: root/PC/python3.mak
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-02-25 14:31:09 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-02-25 14:31:09 (GMT)
commit71219dad3e89a2f47686b4facef368980abe1f2d (patch)
tree06efca7d087b4490d3b0f1d5cf3df01a6be1d197 /PC/python3.mak
parent7f1e174c7a0cc4e9f5ca40a22ac13f4bd53467ec (diff)
downloadcpython-71219dad3e89a2f47686b4facef368980abe1f2d.zip
cpython-71219dad3e89a2f47686b4facef368980abe1f2d.tar.gz
cpython-71219dad3e89a2f47686b4facef368980abe1f2d.tar.bz2
More eol-style's
Diffstat (limited to 'PC/python3.mak')
-rw-r--r--PC/python3.mak20
1 files changed, 10 insertions, 10 deletions
diff --git a/PC/python3.mak b/PC/python3.mak
index f7b34fb..ce65fba 100644
--- a/PC/python3.mak
+++ b/PC/python3.mak
@@ -1,10 +1,10 @@
-$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
- cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
-
-$(OutDir)python33stub.lib: python33stub.def
- lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
-
-clean:
- del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
-
-rebuild: clean $(OutDir)python33.dll
+$(OutDir)python33.dll: python3.def $(OutDir)python33stub.lib
+ cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
+
+$(OutDir)python33stub.lib: python33stub.def
+ lib /def:python33stub.def /out:$(OutDir)python33stub.lib /MACHINE:$(MACHINE)
+
+clean:
+ del $(OutDir)python3.dll $(OutDir)python3.lib $(OutDir)python33stub.lib $(OutDir)python3.exp $(OutDir)python33stub.exp
+
+rebuild: clean $(OutDir)python33.dll