summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-11-02 20:37:12 +0100
committerJesús Corrius <jesus@softcatala.org>2010-11-02 20:37:12 +0100
commit116a68db3e4e4d8cd291efb73844f3a0c5e80bde (patch)
tree597ca69a154aaed511c457c340e9b682e397e8da /python
parent8ced60858742eac2ada333cc172e4c31fc8b1ca5 (diff)
Make sure Python builds for VS2008 again
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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