summaryrefslogtreecommitdiffstats
path: root/PCbuild/_tkinter.dsp
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2000-08-25 06:52:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2000-08-25 06:52:44 (GMT)
commitaff1284ed1673a77f269adc188481882ed4ab3e8 (patch)
tree35b3d8836be6c1cdc51abcaa2c025549de9abd80 /PCbuild/_tkinter.dsp
parentb59290f5b2e7f023364ffe01164f4495461e8472 (diff)
downloadcpython-aff1284ed1673a77f269adc188481882ed4ab3e8.zip
cpython-aff1284ed1673a77f269adc188481882ed4ab3e8.tar.gz
cpython-aff1284ed1673a77f269adc188481882ed4ab3e8.tar.bz2
In readme.txt, make what's needed to build the "optional" subprojects
much more explicit. Also document that we're moving to Tcl/Tk 8.3.2. Simplify .dsp files by getting rid of useless include paths. .wse file changed to reflect that my setup is different than Guido's: if you *build* a Python distro using python20.wse, beware!
Diffstat (limited to 'PCbuild/_tkinter.dsp')
-rw-r--r--PCbuild/_tkinter.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_tkinter.dsp b/PCbuild/_tkinter.dsp
index 9d75dd9..36142ca 100644
--- a/PCbuild/_tkinter.dsp
+++ b/PCbuild/_tkinter.dsp
@@ -109,7 +109,7 @@ LINK32=link.exe
F90=df.exe
CPP=cl.exe
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\tcl\include" /I "..\Include" /I "..\PC" /I "..\..\tcl8.3\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\tcl\include" /I "..\Include" /I "..\PC" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
@@ -140,7 +140,7 @@ LINK32=link.exe
F90=df.exe
CPP=cl.exe
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl\include" /I "..\Include" /I "..\PC" /I "..\..\tcl8.3\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\tcl\include" /I "..\Include" /I "..\PC" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WITH_APPINIT" /YX /FD /c
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32