]> granicus.if.org Git - python/commitdiff
Since python2.6 must run on Windows 2000,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 14 Jun 2008 09:44:41 +0000 (09:44 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 14 Jun 2008 09:44:41 +0000 (09:44 +0000)
explicitely disable the use of Windows XP themes when compiling tk.
This is also consistent with the WINVER=0x0500 option.

Tools/buildbot/external.bat

index 592c5853a78355be02f0f7a6113ddf82124eef51..a849526ff451734d99d968689952ecbb31a0b6ab 100644 (file)
@@ -14,8 +14,8 @@ if not exist tcltk\bin\tcl85.dll (
 \r
 if not exist tcltk\bin\tk85.dll (\r
     cd tk-8.5.2.0\win    \r
-    nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 clean\r
-    nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 all\r
-    nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install\r
+    nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 clean\r
+    nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 all\r
+    nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install\r
     cd ..\..\r
 )\r