summaryrefslogtreecommitdiffstats
path: root/odk/util/makefile.pmk
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-04-22 09:10:56 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-04-22 09:10:56 +0000
commitc290f0c0d7551a8b622734de7fe8b2501f275733 (patch)
tree778d945b4774dcaffb04035d46867ecbd3d110e4 /odk/util/makefile.pmk
parent#98851# change library name (independent for platforms) (diff)
downloadcore-c290f0c0d7551a8b622734de7fe8b2501f275733.tar.gz
core-c290f0c0d7551a8b622734de7fe8b2501f275733.zip
#98851# insert macros for DLL pre/postfix
Diffstat (limited to 'odk/util/makefile.pmk')
-rw-r--r--odk/util/makefile.pmk8
1 files changed, 8 insertions, 0 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index 9c192cd1713f..464105ed7ed7 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -43,6 +43,10 @@ CONVERTSCRIPT=$(SOLARENV)$/bin$/convertlinks.pl
MY_DELETE_RECURSIVE=del /sxyf
MY_DIRCMP=dircmp -r
MY_TEXTCOPY=cat
+
+MY_DLLPREFIX=
+MY_DLLPOSTFIX=.dll
+
.ELSE
#--------------------
# UNX ONLY
@@ -51,6 +55,10 @@ MY_DELETE_RECURSIVE=rm -rf
MY_DIRCMP=dircmp
MY_TEXTCOPY= tr -d "\015"
#MY_COPY=cat
+
+MY_DLLPREFIX=lib
+MY_DLLPOSTFIX=.so
+
.ENDIF
MY_TEXTCOPY_SOURCEPRE=<
MY_TEXTCOPY_TARGETPRE=>