setup_native/Module_setup_native.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 8eaac1d73140abf82631a60a99421d9e1b2c595d
Author: David Ostrovsky <[email protected]>
Date:   Tue Feb 12 08:28:42 2013 +0100

    don't duplicate code for msvc and gcc
    
    Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0

diff --git a/setup_native/Module_setup_native.mk 
b/setup_native/Module_setup_native.mk
index 43ab157..fc6ffea 100644
--- a/setup_native/Module_setup_native.mk
+++ b/setup_native/Module_setup_native.mk
@@ -26,9 +26,11 @@ endif
 
 ifeq ($(OS),WNT)
 
+$(eval $(call gb_Module_add_targets,setup_native,\
+        Library_instooofiltmsi \
+))
 ifeq ($(COM),MSC)
 $(eval $(call gb_Module_add_targets,setup_native,\
-       Library_instooofiltmsi \
        Library_jfregca \
        Library_qslnkmsi \
        Library_reg4allmsdoc \
@@ -44,7 +46,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
 ))
 else
 $(eval $(call gb_Module_add_targets,setup_native,\
-       Library_instooofiltmsi \
        CustomTarget_wintools \
        Package_wintools \
 ))
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to