From 116a68db3e4e4d8cd291efb73844f3a0c5e80bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Corrius?= Date: Tue, 2 Nov 2010 20:37:12 +0100 Subject: [PATCH] Make sure Python builds for VS2008 again --- python/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/makefile.mk b/python/makefile.mk index 22cbe082e8cf..6f4b7ee5623c 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -137,7 +137,7 @@ BUILD_DIR=PC/VC6 # solver during registration in insetoo_native .IF "$(CCNUMVER)" >= "001600000000" BUILD_ACTION=MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /ToolsVersion:4.0 -.ELIF +.ELSE BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32" .ENDIF .ENDIF