12 changed files with 734 additions and 734 deletions
-
14PC/VS9.0/kill_python.c
-
2PC/VS9.0/pyproject.vsprops
-
4PC/example_nt/example.vcproj
-
4PC/pyconfig.h
-
1398PC/python3.def
-
12PC/python3.mak
-
8PC/python35gen.py
-
2PC/python35stub.def
-
4PCbuild/build_ssl.bat
-
14PCbuild/kill_python.c
-
4PCbuild/pyproject.props
-
2PCbuild/readme.txt
1398
PC/python3.def
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,14 +1,14 @@ |
|||
$(OutDir)python3.dll: python3.def $(OutDir)python34stub.lib |
|||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python34stub.lib |
|||
$(OutDir)python3.dll: python3.def $(OutDir)python35stub.lib |
|||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python35stub.lib |
|||
|
|||
$(OutDir)python34stub.lib: python34stub.def |
|||
lib /def:python34stub.def /out:$(OutDir)python34stub.lib /MACHINE:$(MACHINE) |
|||
$(OutDir)python35stub.lib: python35stub.def |
|||
lib /def:python35stub.def /out:$(OutDir)python35stub.lib /MACHINE:$(MACHINE) |
|||
|
|||
clean: |
|||
IF EXIST $(OutDir)python3.dll del $(OutDir)python3.dll |
|||
IF EXIST $(OutDir)python3.lib del $(OutDir)python3.lib |
|||
IF EXIST $(OutDir)python34stub.lib del $(OutDir)python34stub.lib |
|||
IF EXIST $(OutDir)python35stub.lib del $(OutDir)python35stub.lib |
|||
IF EXIST $(OutDir)python3.exp del $(OutDir)python3.exp |
|||
IF EXIST $(OutDir)python34stub.exp del $(OutDir)python34stub.exp |
|||
IF EXIST $(OutDir)python35stub.exp del $(OutDir)python35stub.exp |
|||
|
|||
rebuild: clean $(OutDir)python3.dll |
|||
@ -1,4 +1,4 @@ |
|||
LIBRARY "python34" |
|||
LIBRARY "python35" |
|||
EXPORTS |
|||
PyArg_Parse |
|||
PyArg_ParseTuple |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue