extensions/Module_extensions.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e7fd91514940520c33f14898c2298d1251ac34d
Author: Matúš Kukan <matus.ku...@gmail.com>
Date:   Wed Apr 4 14:14:33 2012 +0200

    fix so_activex_idl, part two
    
    The order seems to be important here.
    However it has worked for me and I am not sure this will fix tinderboxes.

diff --git a/extensions/Module_extensions.mk b/extensions/Module_extensions.mk
index f7e7180..00b7d7c 100644
--- a/extensions/Module_extensions.mk
+++ b/extensions/Module_extensions.mk
@@ -69,9 +69,9 @@ ifeq ($(OS),WNT)
 ifeq ($(COM),MSC)
 ifneq ($(DISABLE_ACTIVEX),TRUE)
 $(eval $(call gb_Module_add_targets,extensions,\
-       CustomTarget_so_activex_idl \
        WinResTarget_activex \
        Library_so_activex \
+       CustomTarget_so_activex_idl \
 ))
 
 ifeq ($(BUILD_X64),TRUE)
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to