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
ffeb5938
Commit
ffeb5938
authored
Dec 17, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for older Win platforms by Jim Ahlstrom
parent
b1d368c0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2863 additions
and
2638 deletions
+2863
-2638
PC/python.wpj
PC/python.wpj
+8
-8
PC/readme.txt
PC/readme.txt
+1
-1
PC/vc15_lib/python.mak
PC/vc15_lib/python.mak
+2590
-2486
PC/vc15_w31/pyth_w31.mak
PC/vc15_w31/pyth_w31.mak
+122
-117
PC/vc40.mak
PC/vc40.mak
+142
-26
No files found.
PC/python.wpj
View file @
ffeb5938
...
...
@@ -4,8 +4,8 @@ projectIdent
VpeMain
1
WRect
64
529
0
0
9920
8704
2
...
...
@@ -42,22 +42,22 @@ WRect
WFileName
20
wat_os2\pyth_os2.tgt
7
0
7
7
9
11
VComponent
12
WRect
25
17
563
2
4096
1072
576
779
2
5568
0
0
13
WFileName
20
wat_dos\pyth_dos.tgt
7
0
7
2
9
11
PC/readme.txt
View file @
ffeb5938
...
...
@@ -33,7 +33,7 @@ C:/python, and copy all library files and subdirectories (using XCOPY)
to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
set the environment variable PYTHONPATH to your Python search path.
For example,
set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos
_
8x3
set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos
-
8x3
There are several add-in modules to build Python programs which use
the native Windows operating environment. The ports here just make
...
...
PC/vc15_lib/python.mak
View file @
ffeb5938
This diff is collapsed.
Click to expand it.
PC/vc15_w31/pyth_w31.mak
View file @
ffeb5938
This diff is collapsed.
Click to expand it.
PC/vc40.mak
View file @
ffeb5938
...
...
@@ -37,7 +37,7 @@ NULL=nul
!ENDIF
################################################################################
# Begin Project
# PROP Target_Last_Scanned "python15 - Win32
Debug
"
# PROP Target_Last_Scanned "python15 - Win32
Release
"
!IF
"$(CFG)"
==
"python15 - Win32 Release"
...
...
@@ -464,8 +464,8 @@ DEF_FILE= \
LINK32_OBJS
=
\
"$(INTDIR)\_tkinter.obj"
\
"$(OUTDIR)\python15.lib"
\
"..\..\
..\..\
Program Files\Tcl\lib\tcl80vc.lib"
\
"..\..\
..\..\
Program Files\Tcl\lib\tk80vc.lib"
"..\..\Program Files\Tcl\lib\tcl80vc.lib"
\
"..\..\Program Files\Tcl\lib\tk80vc.lib"
"$(OUTDIR)\_tkinter.dll"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
$(LINK32)
@<<
...
...
@@ -551,8 +551,8 @@ CLEAN :
-
@erase
"
$(INTDIR)
\p
arsetok.obj"
-
@erase
"
$(INTDIR)
\p
cremodule.obj"
-
@erase
"
$(INTDIR)
\p
osixmodule.obj"
-
@erase
"
$(INTDIR)
\p
ystate.obj"
-
@erase
"
$(INTDIR)
\p
ypcre.obj"
-
@erase
"
$(INTDIR)
\p
ystate.obj"
-
@erase
"
$(INTDIR)
\p
ython_nt.res"
-
@erase
"
$(INTDIR)
\p
ythonrun.obj"
-
@erase
"
$(INTDIR)
\r
angeobject.obj"
...
...
@@ -2387,22 +2387,55 @@ DEP_CPP_TIMEM=\
# Begin Source File
SOURCE
=
.
\P
ython
\t
hread.c
!IF
"$(CFG)"
==
"python15 - Win32 Release"
DEP_CPP_THREA
=
\
".\Include\thread.h"
\
".\PC\config.h"
\
".\Python\thread_cthread.h"
\
".\Python\thread_foobar.h"
\
".\Python\thread_lwp.h"
\
".\Python\thread_nt.h"
\
".\Python\thread_os2.h"
\
".\Python\thread_pthread.h"
\
".\Python\thread_sgi.h"
\
".\Python\thread_solaris.h"
\
{$(INCLUDE)}
"\sys\TYPES.H"
\
NODEP_CPP_THREA
=
\
"..\..\usr\include\thread.h"
\
".\Python\os2.h"
\
"$(INTDIR)\thread.obj"
:
$(SOURCE)
$(DEP_CPP_THREA)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"python15 - Win32 Debug"
DEP_CPP_THREA
=
\
".\Include\thread.h"
\
".\PC\config.h"
\
".\Python\thread_cthread.h"
\
".\Python\thread_lwp.h"
\
".\Python\thread_nt.h"
\
".\Python\thread_os2.h"
\
".\Python\thread_pthread.h"
\
".\Python\thread_sgi.h"
\
".\Python\thread_solaris.h"
\
{$(INCLUDE)}
"\sys\TYPES.H"
\
NODEP_CPP_THREA
=
\
".\Python\os2.h"
\
"$(INTDIR)\thread.obj"
:
$(SOURCE)
$(DEP_CPP_THREA)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
# End Source File
################################################################################
# Begin Source File
...
...
@@ -2783,7 +2816,39 @@ DEP_CPP_RGBIM=\
SOURCE
=
.
\M
odules
\r
egexpr.c
DEP_CPP_REGEX
=
\
".\Include\abstract.h"
\
".\Include\ceval.h"
\
".\Include\classobject.h"
\
".\Include\cobject.h"
\
".\Include\complexobject.h"
\
".\Include\dictobject.h"
\
".\Include\fileobject.h"
\
".\Include\floatobject.h"
\
".\Include\funcobject.h"
\
".\Include\import.h"
\
".\Include\intobject.h"
\
".\Include\intrcheck.h"
\
".\Include\listobject.h"
\
".\Include\longobject.h"
\
".\Include\methodobject.h"
\
".\Include\modsupport.h"
\
".\Include\moduleobject.h"
\
".\Include\mymalloc.h"
\
".\Include\myproto.h"
\
".\Include\object.h"
\
".\Include\objimpl.h"
\
".\Include\pydebug.h"
\
".\Include\pyerrors.h"
\
".\Include\pyfpe.h"
\
".\Include\pystate.h"
\
".\Include\Python.h"
\
".\Include\pythonrun.h"
\
".\Include\rangeobject.h"
\
".\Include\sliceobject.h"
\
".\Include\stringobject.h"
\
".\Include\sysmodule.h"
\
".\Include\traceback.h"
\
".\Include\tupleobject.h"
\
".\Modules\regexpr.h"
\
".\PC\config.h"
\
...
...
@@ -3616,6 +3681,8 @@ DEP_CPP_IMPORT=\
".\Include\tupleobject.h"
\
".\PC\config.h"
\
".\Python\importdl.h"
\
{$(INCLUDE)}
"\sys\STAT.H"
\
{$(INCLUDE)}
"\sys\TYPES.H"
\
NODEP_CPP_IMPORT
=
\
".\Python\macglue.h"
\
...
...
@@ -3840,6 +3907,7 @@ DEP_CPP_MAIN_=\
".\Include\myproto.h"
\
".\Include\object.h"
\
".\Include\objimpl.h"
\
".\Include\osdefs.h"
\
".\Include\pydebug.h"
\
".\Include\pyerrors.h"
\
".\Include\pyfpe.h"
\
...
...
@@ -4057,6 +4125,9 @@ SOURCE=.\Modules\getbuildinfo.c
DEP_CPP_GETBU
=
\
".\PC\config.h"
\
NODEP_CPP_GETBU
=
\
".\Modules\macbuildno.h"
\
"$(INTDIR)\getbuildinfo.obj"
:
$(SOURCE)
$(DEP_CPP_GETBU)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
...
...
@@ -4349,8 +4420,11 @@ DEP_CPP_GETPA=\
################################################################################
# Begin Source File
SOURCE
=
.
\M
odules
\p
cremodule.c
DEP_CPP_PCREM
=
\
SOURCE
=
.
\M
odules
\r
eopmodule.c
!IF
"$(CFG)"
==
"python15 - Win32 Release"
DEP_CPP_REOPM
=
\
".\Include\abstract.h"
\
".\Include\ceval.h"
\
".\Include\classobject.h"
\
...
...
@@ -4360,7 +4434,6 @@ DEP_CPP_PCREM=\
".\Include\fileobject.h"
\
".\Include\floatobject.h"
\
".\Include\funcobject.h"
\
".\Include\graminit.h"
\
".\Include\import.h"
\
".\Include\intobject.h"
\
".\Include\intrcheck.h"
\
...
...
@@ -4385,21 +4458,35 @@ DEP_CPP_PCREM=\
".\Include\sysmodule.h"
\
".\Include\traceback.h"
\
".\Include\tupleobject.h"
\
".\Modules\pcre-internal.h"
\
".\Modules\pcre.h"
\
".\Modules\regexpr.h"
\
".\PC\config.h"
\
"$(INTDIR)\pcremodule.obj"
:
$(SOURCE)
$(DEP_CPP_PCREM)
"$(INTDIR)"
"$(INTDIR)\reopmodule.obj"
:
$(SOURCE)
$(DEP_CPP_REOPM)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"python15 - Win32 Debug"
DEP_CPP_REOPM
=
\
".\Modules\regexpr.h"
\
NODEP_CPP_REOPM
=
\
".\Modules\Python.h"
\
"$(INTDIR)\reopmodule.obj"
:
$(SOURCE)
$(DEP_CPP_REOPM)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE
=
.
\M
odules
\p
ypcr
e.c
DEP_CPP_P
YPCR
=
\
SOURCE
=
.
\M
odules
\p
cremodul
e.c
DEP_CPP_P
CREM
=
\
".\Include\abstract.h"
\
".\Include\ceval.h"
\
".\Include\classobject.h"
\
...
...
@@ -4439,7 +4526,7 @@ DEP_CPP_PYPCR=\
".\PC\config.h"
\
"$(INTDIR)\p
ypcre.obj"
:
$(SOURCE)
$(DEP_CPP_PYPCR
)
"$(INTDIR)"
"$(INTDIR)\p
cremodule.obj"
:
$(SOURCE)
$(DEP_CPP_PCREM
)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
...
...
@@ -4447,8 +4534,8 @@ DEP_CPP_PYPCR=\
################################################################################
# Begin Source File
SOURCE
=
.
\M
odules
\
r
eopmodul
e.c
DEP_CPP_
REOPM
=
\
SOURCE
=
.
\M
odules
\
p
ypcr
e.c
DEP_CPP_
PYPCR
=
\
".\Include\abstract.h"
\
".\Include\ceval.h"
\
".\Include\classobject.h"
\
...
...
@@ -4458,6 +4545,7 @@ DEP_CPP_REOPM=\
".\Include\fileobject.h"
\
".\Include\floatobject.h"
\
".\Include\funcobject.h"
\
".\Include\graminit.h"
\
".\Include\import.h"
\
".\Include\intobject.h"
\
".\Include\intrcheck.h"
\
...
...
@@ -4482,11 +4570,12 @@ DEP_CPP_REOPM=\
".\Include\sysmodule.h"
\
".\Include\traceback.h"
\
".\Include\tupleobject.h"
\
".\Modules\regexpr.h"
\
".\Modules\pcre-internal.h"
\
".\Modules\pcre.h"
\
".\PC\config.h"
\
"$(INTDIR)\
reopmodule.obj"
:
$(SOURCE)
$(DEP_CPP_REOPM
)
"$(INTDIR)"
"$(INTDIR)\
pypcre.obj"
:
$(SOURCE)
$(DEP_CPP_PYPCR
)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
...
...
@@ -4521,15 +4610,42 @@ SOURCE=.\Modules\python.c
SOURCE
=
.
\M
odules
\_
tkinter.c
DEP_CPP__TKIN
=
\
"\Program Files\TCL\include\tcl.h"
\
"\Program Files\TCL\include\tk.h"
\
"\Program Files\TCL\include\X11\X.h"
\
"\Program Files\TCL\include\X11\Xfuncproto.h"
\
"\Program Files\TCL\include\X11\Xlib.h"
\
NODEP_CPP__TKIN
=
\
".\Modules\myselect.h"
\
".\Modules\Python.h"
\
".\Include\abstract.h"
\
".\Include\ceval.h"
\
".\Include\classobject.h"
\
".\Include\cobject.h"
\
".\Include\complexobject.h"
\
".\Include\dictobject.h"
\
".\Include\fileobject.h"
\
".\Include\floatobject.h"
\
".\Include\funcobject.h"
\
".\Include\import.h"
\
".\Include\intobject.h"
\
".\Include\intrcheck.h"
\
".\Include\listobject.h"
\
".\Include\longobject.h"
\
".\Include\methodobject.h"
\
".\Include\modsupport.h"
\
".\Include\moduleobject.h"
\
".\Include\mymalloc.h"
\
".\Include\myproto.h"
\
".\Include\myselect.h"
\
".\Include\mytime.h"
\
".\Include\object.h"
\
".\Include\objimpl.h"
\
".\Include\pydebug.h"
\
".\Include\pyerrors.h"
\
".\Include\pyfpe.h"
\
".\Include\pystate.h"
\
".\Include\Python.h"
\
".\Include\pythonrun.h"
\
".\Include\rangeobject.h"
\
".\Include\sliceobject.h"
\
".\Include\stringobject.h"
\
".\Include\sysmodule.h"
\
".\Include\traceback.h"
\
".\Include\tupleobject.h"
\
".\PC\config.h"
\
"$(INTDIR)\_tkinter.obj"
:
$(SOURCE)
$(DEP_CPP__TKIN)
"$(INTDIR)"
...
...
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