summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-11-02 20:37:12 +0100
committerTor Lillqvist <tml@hemulen.(none)>2010-11-04 21:57:49 +0200
commitc59c176c30cf554cd05d276827864dcf4a012b3c (patch)
tree17482f0c0c9852b6ae8e04461f9088da7076612b
parent7370ad13751b0ca20c0930866e0c9e61ab947f51 (diff)
Make sure Python builds for VS2008 againfeature/pptx-export-ooxml11
-rw-r--r--python/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 22cbe08..6f4b7ee 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