summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 13:21:34 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 13:21:34 +0000
commit1ce43382f449b1c6b69b9770c0e2f9d75f934186 (patch)
tree2566120f5323d39a8d7323b938a695925ee7dbf9 /solenv
parenta8b7587aaeba053e5e679ed5aa71912b20cc7c6f (diff)
INTEGRATION: CWS winordinals (1.69.150); FILE MERGED
2008/03/14 10:35:56 vg 1.69.150.1: #i86800# switch to symbol-exporting linking for windows
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/tg_app.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/inc/tg_app.mk b/solenv/inc/tg_app.mk
index bf8fa8964ebd..6fb43271dd9c 100644
--- a/solenv/inc/tg_app.mk
+++ b/solenv/inc/tg_app.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_app.mk,v $
#
-# $Revision: 1.71 $
+# $Revision: 1.72 $
#
-# last change: $Author: vg $ $Date: 2008-03-18 13:08:55 $
+# last change: $Author: obo $ $Date: 2008-03-25 14:21:34 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -93,9 +93,11 @@ APP$(TNR)PRODUCTDEF:=-DPRODUCT_NAME=\"$(APP$(TNR)PRODUCTNAME)\"
.IF "$(linkinc)"!=""
.IF "$(GUI)"=="WNT"
+.IF "$(APP$(TNR)LIBS)"!=""
$(MISC)$/$(APP$(TNR)TARGET)_linkinc.ls .PHONY:
@@-$(RM) $@
sed -f $(COMMON_ENV_TOOLS)$/chrel.sed $(foreach,i,$(APP$(TNR)LIBS) $(i:s/.lib/.lin/)) >> $@
+.ENDIF #"$(APP$(TNR)LIBS)"!=""
.ENDIF
LINKINCTARGETS+=$(MISC)$/$(APP$(TNR)TARGETN:b)_linkinc.ls