summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:52:30 +0000
committerJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:52:30 +0000
commit784182d852cfd6f840b0515047b4aff31610b517 (patch)
tree6d564ec10bc92dd085faea156b6dd9a0131d06a8 /unodevtools
parent63b6ca4873b7c53b676e9ed2ccfec4e291811012 (diff)
#i52208# new, new defined variables for local static libs
Diffstat (limited to 'unodevtools')
-rwxr-xr-xunodevtools/unodevtools.pmk47
1 files changed, 47 insertions, 0 deletions
diff --git a/unodevtools/unodevtools.pmk b/unodevtools/unodevtools.pmk
new file mode 100755
index 000000000000..951bb322d067
--- /dev/null
+++ b/unodevtools/unodevtools.pmk
@@ -0,0 +1,47 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: unodevtools.pmk,v $
+#
+# $Revision: 1.1 $
+#
+# last change: $Author: jsc $ $Date: 2005-10-19 08:52:30 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2005 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+.IF "$(GUI)"=="WNT"
+UNODEVTOOLSLIB=unodevtools.lib
+CODEMAKERLIB=codemaker.lib
+COMMONCPPLIB=commoncpp.lib
+COMMONJAVALIB=commonjava.lib
+.ELSE
+UNODEVTOOLSLIB=-lunodevtools
+CODEMAKERLIB=-lcodemaker
+COMMONCPPLIB=-lcommoncpp
+COMMONJAVALIB=-lcommonjava
+.ENDIF
+