[Libreoffice-commits] .: basic/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Sat Jan 29 12:14:26 PST 2011


 basic/source/runtime/makefile.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 21faea626de38f42c12837731a0e675b8cc529ac
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Sat Jan 29 21:13:00 2011 +0100

    Fix makefile syntaxis

diff --git a/basic/source/runtime/makefile.mk b/basic/source/runtime/makefile.mk
index f8c8103..64d9a6f 100644
--- a/basic/source/runtime/makefile.mk
+++ b/basic/source/runtime/makefile.mk
@@ -65,6 +65,7 @@ SLOFILES+= \
     $(SLO)$/dllmgr-none.obj
 .ENDIF
 .IF "$(GUI)$(COM)$(CPU)" == "WNTMSCI"
+SLOFILES+= \
     $(SLO)$/wnt-x86.obj
 .ELIF "$(GUI)$(COM)$(CPU)" == "WNTGCCI"
 SLOFILES+= \


More information about the Libreoffice-commits mailing list