Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
ffeb5938
Kaydet (Commit)
ffeb5938
authored
Ara 17, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changes for older Win platforms by Jim Ahlstrom
üst
b1d368c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
151 additions
and
35 deletions
+151
-35
python.wpj
PC/python.wpj
+8
-8
readme.txt
PC/readme.txt
+1
-1
python.mak
PC/vc15_lib/python.mak
+0
-0
pyth_w31.mak
PC/vc15_w31/pyth_w31.mak
+0
-0
vc40.mak
PC/vc40.mak
+142
-26
No files found.
PC/python.wpj
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
ffeb5938
This diff is collapsed.
Click to expand it.
PC/vc15_w31/pyth_w31.mak
Dosyayı görüntüle @
ffeb5938
This diff is collapsed.
Click to expand it.
PC/vc40.mak
Dosyayı görüntüle @
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)\parsetok.obj"
-@erase "$(INTDIR)\pcremodule.obj"
-@erase "$(INTDIR)\posixmodule.obj"
-@erase "$(INTDIR)\pystate.obj"
-@erase "$(INTDIR)\pypcre.obj"
-@erase "$(INTDIR)\pystate.obj"
-@erase "$(INTDIR)\python_nt.res"
-@erase "$(INTDIR)\pythonrun.obj"
-@erase "$(INTDIR)\rangeobject.obj"
...
...
@@ -2387,22 +2387,55 @@ DEP_CPP_TIMEM=\
# Begin Source File
SOURCE=.\Python\thread.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=.\Modules\regexpr.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=.\Modules\pcremodule.c
DEP_CPP_PCREM=\
SOURCE=.\Modules\reopmodule.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=.\Modules\p
ypcr
e.c
DEP_CPP_P
YPCR
=\
SOURCE=.\Modules\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=.\Modules\
reopmodul
e.c
DEP_CPP_
REOPM
=\
SOURCE=.\Modules\
pypcr
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=.\Modules\_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