Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / setup_native / source / win32 / customactions / thesaurus / makefile.mk
blob3041f87598ac94f0cf833c96c09334838cf2e786
1 #*************************************************************************
3 # OpenOffice.org - a multi-platform office productivity suite
5 # The Contents of this file are made available subject to
6 # the terms of GNU Lesser General Public License Version 3.
9 # GNU Lesser General Public License Version 3
10 # =============================================
11 # Copyright 2005 by Sun Microsystems, Inc.
12 # 901 San Antonio Road, Palo Alto, CA 94303, USA
14 # This library is free software; you can redistribute it and/or
15 # modify it under the terms of the GNU Lesser General Public
16 # License version 2.1, as published by the Free Software Foundation.
18 # This library is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 # Lesser General Public License for more details.
23 # You should have received a copy of the GNU Lesser General Public
24 # License along with this library; if not, write to the Free Software
25 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
26 # MA 02111-1307 USA
28 #*************************************************************************
30 PRJ=..$/..$/..$/..
31 PRJNAME=setup_native
32 TARGET=thidxmsi
34 # --- Settings -----------------------------------------------------
36 ENABLE_EXCEPTIONS=TRUE
37 NO_DEFAULT_STL=TRUE
38 DYNAMIC_CRT=
39 USE_DEFFILE=TRUE
41 .INCLUDE : settings.mk
43 .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""
45 CFLAGS+=-D_STLP_USE_STATIC_LIB
47 # --- Files --------------------------------------------------------
49 UWINAPILIB=
51 SLOFILES = \
52 $(SLO)$/thesaurus.obj
54 SHL1STDLIBS= kernel32.lib\
55 user32.lib\
56 advapi32.lib\
57 shell32.lib\
58 msi.lib
60 SHL1LIBS = $(SLB)$/$(TARGET).lib
62 SHL1TARGET = $(TARGET)
63 SHL1IMPLIB = i$(TARGET)
65 SHL1DEF = $(MISC)$/$(SHL1TARGET).def
66 SHL1DEPN = $(SLB)$/$(TARGET).lib
67 SHL1BASE = 0x1c000000
68 DEF1NAME=$(SHL1TARGET)
69 DEF1EXPORTFILE=exports.dxp
71 .ENDIF
73 # --- Targets --------------------------------------------------------------
75 .INCLUDE : target.mk
77 # -------------------------------------------------------------------------