[Libreoffice-commits] .: python/makefile.mk

Jesús Corrius jcorrius at kemper.freedesktop.org
Tue Nov 2 12:58:43 PDT 2010


 python/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb0376f01f1fe35fe56e386f1b00510088bf2052
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Tue Nov 2 20:37:12 2010 +0100

    Make sure Python builds for VS2008 again

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


More information about the Libreoffice-commits mailing list