]> granicus.if.org Git - python/commitdiff
More 3.0 -> 3.1 transistion in the Windows and OS/2 build files
authorChristian Heimes <christian@cheimes.de>
Thu, 4 Dec 2008 14:27:25 +0000 (14:27 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 4 Dec 2008 14:27:25 +0000 (14:27 +0000)
PC/VS8.0/build_ssl.bat
PC/VS8.0/kill_python.c
PC/os2emx/python27.def [moved from PC/os2emx/python26.def with 100% similarity]
PCbuild/build_ssl.bat

index 04eab5b764e1b9212dbf6fc236e6ddc4e42df44c..4effc6fcd17bf1e396caf1919cb176f028d5972b 100644 (file)
@@ -2,10 +2,10 @@
 if not defined HOST_PYTHON (\r
   if %1 EQU Debug (\r
     set HOST_PYTHON=python_d.exe\r
-    if not exist python30_d.dll exit 1\r
+    if not exist python31_d.dll exit 1\r
   ) ELSE (\r
     set HOST_PYTHON=python.exe\r
-    if not exist python30.dll exit 1\r
+    if not exist python31.dll exit 1\r
   )\r
 )\r
 %HOST_PYTHON% build_ssl.py %1 %2 %3\r
index f3880fc83e25110beb42c89b61a9328906b3b572..17a5f32ab26e3615141384d07df6ea7c45320a0a 100644 (file)
@@ -106,7 +106,7 @@ main(int argc, char **argv)
         /*
          * XXX TODO: if we really wanted to be fancy, we could check the 
          * modules for all processes (not just the python[_d].exe ones)
-         * and see if any of our DLLs are loaded (i.e. python30[_d].dll),
+         * and see if any of our DLLs are loaded (i.e. python31[_d].dll),
          * as that would also inhibit our ability to rebuild the solution.
          * Not worth loosing sleep over though; for now, a simple check 
          * for just the python executable should be sufficient.
index ba144463cbed62f6de101147f109a542ba288c6e..cee64a8a5904ca7f57f9db81acd1aaa6e1246f46 100644 (file)
@@ -2,10 +2,10 @@
 if not defined HOST_PYTHON (
   if %1 EQU Debug (
     set HOST_PYTHON=python_d.exe
-    if not exist python30_d.dll exit 1
+    if not exist python31_d.dll exit 1
   ) ELSE (
     set HOST_PYTHON=python.exe
-    if not exist python30.dll exit 1
+    if not exist python31.dll exit 1
   )
 )
 %HOST_PYTHON% build_ssl.py %1 %2 %3