solenv/gbuild/platform/WNT_INTEL_GCC.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 15be41ce3cfc46caedba5c9bedf84067dedfc57c
Author: Norbert Thiebaud <nthieb...@gmail.com>
Date:   Fri Nov 11 12:48:06 2011 -0600

    gb_COMPILERDEFAULTOPTFLAGS need to be set before the include of GGG_defs

diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk 
b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
index 9edf458..d062037 100644
--- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
@@ -27,12 +27,12 @@
 #*************************************************************************
 
 # please make generic modifications to either of these
-include $(GBUILDDIR)/platform/com_GCC_defs.mk
-include $(GBUILDDIR)/platform/windows.mk
-
 gb_COMPILERDEFAULTOPTFLAGS := -Os
 gb_CPUDEFS := -D_M_IX86
 
+include $(GBUILDDIR)/platform/com_GCC_defs.mk
+include $(GBUILDDIR)/platform/windows.mk
+
 gb_TMPDIR:=$(if $(TMPDIR),$(TMPDIR),/tmp)
 
 gb_RC := $(WINDRES)
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to