summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:47:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:47:12 +0000
commit17686f244a30674e0e8562201d89b5565e7529f7 (patch)
tree9e877302470867cc02b2daaffb006d0ee648583e /shell/source/unix/exec
parentbb8508ecc6eee6c66f3fd07ef85bd96922e444cc (diff)
INTEGRATION: CWS tune01 (1.2.26); FILE MERGED
2003/04/03 13:58:32 cp 1.2.26.1: #i12151# specify function export
Diffstat (limited to 'shell/source/unix/exec')
-rw-r--r--shell/source/unix/exec/makefile.mk24
1 files changed, 10 insertions, 14 deletions
diff --git a/shell/source/unix/exec/makefile.mk b/shell/source/unix/exec/makefile.mk
index c2bdbaafbd86..6da248d2e01c 100644
--- a/shell/source/unix/exec/makefile.mk
+++ b/shell/source/unix/exec/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jbu $ $Date: 2002-10-01 11:29:26 $
+# last change: $Author: vg $ $Date: 2003-04-15 13:47:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,24 +76,20 @@ COMPRDB=$(SOLARBINDIR)$/types.rdb
SLOFILES=$(SLO)$/shellexec.obj\
$(SLO)$/shellexecentry.obj
-
-SHL1TARGET=$(TARGET)
+SHL1OBJS=$(SLOFILES)
+
+SHL1TARGET= $(TARGET)
+SHL1IMPLIB= i$(TARGET)
+SHL1VERSIONMAP=exports.map
+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+DEF1NAME=$(SHL1TARGET)
+
SHL1STDLIBS=$(CPPULIB)\
$(CPPUHELPERLIB)\
$(SALLIB)
-
SHL1LIBS=
-
SHL1DEPN=
-SHL1IMPLIB=i$(SHL1TARGET)
-
-SHL1OBJS=$(SLOFILES)
-#SHL1DEF=$(MISC)$/$(SHL1TARGET).def
-
-#DEF1NAME=$(SHL1TARGET)
-#DEF1EXPORTFILE= exports.dxp
-
# --- Targets ------------------------------------------------------