[Libreoffice-commits] .: connectivity/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Wed Feb 2 03:59:10 PST 2011
connectivity/source/resource/makefile.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit fa96d211a55f7343f7877cfaa5de215e17a2efc9
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Wed Feb 2 12:58:31 2011 +0100
Fix CDEFS definition.
Set it after including settings.mk because this file resets CDEFS.
diff --git a/connectivity/source/resource/makefile.mk b/connectivity/source/resource/makefile.mk
index 3ccb8ff..b494418 100644
--- a/connectivity/source/resource/makefile.mk
+++ b/connectivity/source/resource/makefile.mk
@@ -42,12 +42,11 @@ ENABLE_EXCEPTIONS=TRUE
ENVCFLAGS+=/FR$(SLO)$/
.ENDIF
-CDEFS+=-DCONN_SHARED_RESOURCE_FILE=$(TARGET)
-
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/dbtools.pmk
.INCLUDE : $(PRJ)$/version.mk
+CDEFS+=-DCONN_SHARED_RESOURCE_FILE=$(TARGET)
# --- Files -------------------------------------
More information about the Libreoffice-commits
mailing list