masterfix DEV300: #i10000# - -> _
[LibreOffice.git] / desktop / win32 / source / applauncher / makefile.mk
blobd08309bbed245f67221b655f438bda1ae8e373f1
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=..$/..$/..
30 PRJNAME=desktop
31 TARGET=applauncher
32 LIBTARGET=NO
33 TARGETTYPE=GUI
34 UWINAPILIB=
36 # --- Settings -----------------------------------------------------
38 .INCLUDE : settings.mk
40 # --- Files --------------------------------------------------------
42 CDEFS+=-DUNICODE
45 OBJFILES= \
46 $(OBJ)$/launcher.obj \
47 $(OBJ)$/swriter.obj \
48 $(OBJ)$/scalc.obj \
49 $(OBJ)$/sdraw.obj \
50 $(OBJ)$/simpress.obj \
51 $(OBJ)$/sbase.obj \
52 $(OBJ)$/smath.obj \
53 $(OBJ)$/sweb.obj
55 # SO launcher
56 .IF "$(LINK_SO)"=="TRUE"
57 .IF "$(BUILD_SPECIAL)"!=""
58 APP1DEPN= $(APP1RES) verinfo.rc
59 APP1TARGET=so$/swriter
60 APP1NOSAL=TRUE
61 APP1LINKRES=$(MISC)$/$(TARGET)1.res
62 APP1ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico
63 APP1OBJS = \
64 $(OBJ)$/launcher.obj\
65 $(OBJ)$/swriter.obj
66 APP1STDLIBS = $(SHELL32LIB)
67 APP1VERINFO=verinfo.rc
68 APP1PRODUCTDEF+=-DRES_APP_NAME=swriter
70 APP2TARGET=so$/scalc
71 APP2NOSAL=TRUE
72 APP2LINKRES=$(MISC)$/$(TARGET)2.res
73 APP2ICON=$(SOLARRESDIR)$/icons/so9_calc_app.ico
74 APP2OBJS = \
75 $(OBJ)$/launcher.obj\
76 $(OBJ)$/scalc.obj
77 APP2STDLIBS = $(SHELL32LIB)
78 APP2DEPN=verinfo.rc
79 APP2VERINFO=verinfo.rc
80 APP2PRODUCTDEF+=-DRES_APP_NAME=scalc
82 APP3TARGET=so$/sdraw
83 APP3NOSAL=TRUE
84 APP3LINKRES=$(MISC)$/$(TARGET)3.res
85 APP3ICON=$(SOLARRESDIR)$/icons/so9_draw_app.ico
86 APP3OBJS = \
87 $(OBJ)$/launcher.obj\
88 $(OBJ)$/sdraw.obj
89 APP3STDLIBS = $(SHELL32LIB)
90 APP3DEPN=verinfo.rc
91 APP3VERINFO=verinfo.rc
92 APP3PRODUCTDEF+=-DRES_APP_NAME=sdraw
94 APP4TARGET=so$/simpress
95 APP4NOSAL=TRUE
96 APP4LINKRES=$(MISC)$/$(TARGET)4.res
97 APP4ICON=$(SOLARRESDIR)$/icons/so9_impress_app.ico
98 APP4OBJS = \
99 $(OBJ)$/launcher.obj\
100 $(OBJ)$/simpress.obj
101 APP4STDLIBS = $(SHELL32LIB)
102 APP4DEPN=verinfo.rc
103 APP4VERINFO=verinfo.rc
104 APP4PRODUCTDEF+=-DRES_APP_NAME=simpress
106 APP5TARGET=so$/sbase
107 APP5NOSAL=TRUE
108 APP5LINKRES=$(MISC)$/$(TARGET)5.res
109 APP5ICON=$(SOLARRESDIR)$/icons/so9_base_app.ico
110 APP5OBJS = \
111 $(OBJ)$/launcher.obj\
112 $(OBJ)$/sbase.obj
113 APP5STDLIBS = $(SHELL32LIB)
114 APP5DEPN=verinfo.rc
115 APP5VERINFO=verinfo.rc
116 APP5PRODUCTDEF+=-DRES_APP_NAME=sbase
118 APP6TARGET=so$/smath
119 APP6NOSAL=TRUE
120 APP6LINKRES=$(MISC)$/$(TARGET)6.res
121 APP6ICON=$(SOLARRESDIR)$/icons/so9_math_app.ico
122 APP6OBJS = \
123 $(OBJ)$/launcher.obj\
124 $(OBJ)$/smath.obj
125 APP6STDLIBS = $(SHELL32LIB)
126 APP6DEPN=verinfo.rc
127 APP6VERINFO=verinfo.rc
128 APP6PRODUCTDEF+=-DRES_APP_NAME=smath
130 APP7TARGET=so$/sweb
131 APP7NOSAL=TRUE
132 APP7LINKRES=$(MISC)$/$(TARGET)7.res
133 APP7ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico
134 APP7OBJS = \
135 $(OBJ)$/launcher.obj\
136 $(OBJ)$/sweb.obj
137 APP7STDLIBS = $(SHELL32LIB)
138 APP7DEPN=verinfo.rc
139 APP7VERINFO=verinfo.rc
140 APP7PRODUCTDEF+=-DRES_APP_NAME=sweb
143 .ENDIF # "$(BUILD_SPECIAL)"!=""
144 .ENDIF # "$(LINK_SO)"=="TRUE"
146 # --- Targets ------------------------------------------------------
149 .INCLUDE : target.mk