summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/tools
diff options
context:
space:
mode:
authorGerd Weiss <gm@openoffice.org>2007-05-10 10:04:51 +0000
committerGerd Weiss <gm@openoffice.org>2007-05-10 10:04:51 +0000
commit006321e78b33f58c1180d0137d9d7ee1742ede15 (patch)
tree5dbcc8764c9f2f6f03ead4a00ebca9bafb7c7c76 /setup_native/source/win32/customactions/tools
parent4522b93aae8ee80e3bf487ff071b1da48ffe6fed (diff)
INTEGRATION: CWS native82 (1.1.2); FILE ADDED
2007/03/26 14:24:54 dv 1.1.2.2: dmake needs SHL1OBJS and SLOFILES 2007/03/26 14:16:53 dv 1.1.2.1: #i75394# New custom action for enhanced error checking
Diffstat (limited to 'setup_native/source/win32/customactions/tools')
-rw-r--r--setup_native/source/win32/customactions/tools/makefile.mk87
1 files changed, 87 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/tools/makefile.mk b/setup_native/source/win32/customactions/tools/makefile.mk
new file mode 100644
index 000000000000..21bc391f731b
--- /dev/null
+++ b/setup_native/source/win32/customactions/tools/makefile.mk
@@ -0,0 +1,87 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: gm $ $Date: 2007-05-10 11:04:51 $
+#
+# 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
+#
+#*************************************************************************
+
+PRJ=..$/..$/..$/..
+PRJNAME=setup_native
+TARGET=sn_tools
+
+
+# --- Settings -----------------------------------------------------
+
+ENABLE_EXCEPTIONS=TRUE
+NO_DEFAULT_STL=TRUE
+DYNAMIC_CRT=
+USE_DEFFILE=TRUE
+
+.INCLUDE : settings.mk
+
+CFLAGS+=-D_STLP_USE_STATIC_LIB
+
+# --- Files --------------------------------------------------------
+
+.IF "$(GUI)"=="WNT"
+
+UWINAPILIB=
+
+SLOFILES = $(SLO)$/seterror.obj \
+ $(SLO)$/checkversion.obj
+
+SHL1OBJS = $(SLOFILES)
+
+STDSHL+= \
+ advapi32.lib\
+ msi.lib\
+ $(LIBSTLPORTST)
+
+SHL1LIBS = $(SLB)$/$(TARGET).lib
+
+SHL1TARGET = $(TARGET)
+SHL1IMPLIB = i$(TARGET)
+
+SHL1DEF = $(MISC)$/$(SHL1TARGET).def
+SHL1DEPN = $(SLB)$/$(TARGET).lib
+SHL1BASE = 0x1c000000
+DEF1NAME=$(SHL1TARGET)
+DEF1EXPORTFILE=exports.dxp
+
+.ENDIF
+
+# --- Targets --------------------------------------------------------------
+
+.INCLUDE : target.mk
+
+# -------------------------------------------------------------------------
+
+