summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 13:31:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 13:31:13 +0000
commit8988fa9e7c010733d081b325de98c9a7347d1d90 (patch)
tree906929e3d6a269d5a20804aa6b978790de2009aa
parent29f7f7058ac891daa3fafcc7de7c412d6dc93158 (diff)
INTEGRATION: CWS tune01 (1.5.10.1.16); FILE MERGED
2003/04/11 13:50:02 mhu 1.5.10.1.16.2: #i12692# Need USE_DEFFILE when not using SHLxIMPLIB. 2003/03/28 11:13:16 oj 1.5.10.1.16.1: #i12692# add map file
-rw-r--r--forms/util/makefile.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk
index 11b37cb91c84..12e8ac0c7e49 100644
--- a/forms/util/makefile.mk
+++ b/forms/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2003-03-25 18:01:28 $
+# last change: $Author: vg $ $Date: 2003-04-15 14:31:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,11 +63,8 @@
PRJ=..
PRJNAME=forms
TARGET=frm
-USE_LDUMP2=TRUE
-
USE_DEFFILE=TRUE
-
# --- Settings ----------------------------------
.INCLUDE : svpre.mk
@@ -105,13 +102,13 @@ SHL1STDLIBS= \
$(SVXLIB)
SHL1LIBS=$(LIB1TARGET)
-SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1DEPN= $(LIB1TARGET) \
makefile.mk
+SHL1VERSIONMAP=$(TARGET).map
+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=$(TARGET).dxp
# === .res file ==========================================================