[Libreoffice-commits] .: Branch 'libreoffice-3-3' - python/makefile.mk

Tor Lillqvist tml at kemper.freedesktop.org
Thu Nov 4 13:00:27 PDT 2010


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

New commits:
commit c59c176c30cf554cd05d276827864dcf4a012b3c
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