Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / setup_native / source / win32 / customactions / regpatchactivex / makefile.mk
blob9641c8ba018c9aa8a12252f94b759ba136bcb554
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=..$/..$/..$/..
29 PRJNAME=setup_native
30 TARGET=regpatchactivex
31 USE_DEFFILE=TRUE
33 # --- Settings -----------------------------------------------------
35 ENABLE_EXCEPTIONS=TRUE
37 .INCLUDE : settings.mk
39 .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""
41 STDSHL=
43 # --- Files --------------------------------------------------------
45 INCPRE+=.\Include
46 .DIRCACHE=NO
48 SLOFILES = $(SLO)$/regpatchactivex.obj
50 .IF "$(COM)"=="GCC"
51 SHL1STDLIBS += -lstdc++
52 .IF "$(MINGW_GCCLIB_EH)"=="YES"
53 SHL1STDLIBS += -lgcc_eh
54 .ENDIF
55 SHL1STDLIBS += -lgcc -lmingw32 -lmoldname -lmsvcrt
56 .ELSE
57 SHL1STDLIBS=
58 .ENDIF
60 SHL1STDLIBS+= $(KERNEL32LIB)\
61 $(USER32LIB)\
62 $(ADVAPI32LIB)\
63 $(SHELL32LIB)\
64 $(MSILIB)
65 .IF "$(COM)"!="GCC"
66 SHL1STDLIBS+= libcmt.lib
67 .ENDIF
70 SHL1LIBS = $(SLB)$/$(TARGET).lib
72 SHL1TARGET = $(TARGET)
73 SHL1IMPLIB = i$(TARGET)
75 SHL1DEF = $(MISC)$/$(SHL1TARGET).def
76 SHL1DEPN = $(SLB)$/$(TARGET).lib
77 SHL1BASE = 0x1c000000
78 DEF1NAME=$(SHL1TARGET)
79 DEF1EXPORTFILE=exports.dxp
81 .ENDIF
83 # --- Targets --------------------------------------------------------------
85 .INCLUDE : target.mk
87 # -------------------------------------------------------------------------