Update ooo320-m1
[ooovba.git] / desktop / win32 / source / applauncher / makefile.mk
blob278c8e23e95fa96bf4aac2478d190a7309bfb48b
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.12 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
34 PRJNAME=desktop
35 TARGET=applauncher
36 LIBTARGET=NO
37 TARGETTYPE=GUI
38 UWINAPILIB=
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
44 # --- Files --------------------------------------------------------
46 CDEFS+=-DUNICODE
49 OBJFILES= \
50 $(OBJ)$/launcher.obj \
51 $(OBJ)$/swriter.obj \
52 $(OBJ)$/scalc.obj \
53 $(OBJ)$/sdraw.obj \
54 $(OBJ)$/simpress.obj \
55 $(OBJ)$/sbase.obj \
56 $(OBJ)$/smath.obj \
57 $(OBJ)$/sweb.obj
59 # SO launcher
60 .IF "$(BUILD_SPECIAL)"!=""
61 APP1DEPN= $(APP1RES) verinfo.rc
62 APP1TARGET=so$/swriter
63 APP1NOSAL=TRUE
64 APP1LINKRES=$(MISC)$/$(TARGET)1.res
65 APP1ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico
66 APP1OBJS = \
67 $(OBJ)$/launcher.obj\
68 $(OBJ)$/swriter.obj
69 APP1STDLIBS = $(SHELL32LIB)
70 APP1VERINFO=verinfo.rc
71 APP1PRODUCTDEF+=-DRES_APP_NAME=swriter
73 APP2TARGET=so$/scalc
74 APP2NOSAL=TRUE
75 APP2LINKRES=$(MISC)$/$(TARGET)2.res
76 APP2ICON=$(SOLARRESDIR)$/icons/so9_calc_app.ico
77 APP2OBJS = \
78 $(OBJ)$/launcher.obj\
79 $(OBJ)$/scalc.obj
80 APP2STDLIBS = $(SHELL32LIB)
81 APP2DEPN=verinfo.rc
82 APP2VERINFO=verinfo.rc
83 APP2PRODUCTDEF+=-DRES_APP_NAME=scalc
85 APP3TARGET=so$/sdraw
86 APP3NOSAL=TRUE
87 APP3LINKRES=$(MISC)$/$(TARGET)3.res
88 APP3ICON=$(SOLARRESDIR)$/icons/so9_draw_app.ico
89 APP3OBJS = \
90 $(OBJ)$/launcher.obj\
91 $(OBJ)$/sdraw.obj
92 APP3STDLIBS = $(SHELL32LIB)
93 APP3DEPN=verinfo.rc
94 APP3VERINFO=verinfo.rc
95 APP3PRODUCTDEF+=-DRES_APP_NAME=sdraw
97 APP4TARGET=so$/simpress
98 APP4NOSAL=TRUE
99 APP4LINKRES=$(MISC)$/$(TARGET)4.res
100 APP4ICON=$(SOLARRESDIR)$/icons/so9_impress_app.ico
101 APP4OBJS = \
102 $(OBJ)$/launcher.obj\
103 $(OBJ)$/simpress.obj
104 APP4STDLIBS = $(SHELL32LIB)
105 APP4DEPN=verinfo.rc
106 APP4VERINFO=verinfo.rc
107 APP4PRODUCTDEF+=-DRES_APP_NAME=simpress
109 APP5TARGET=so$/sbase
110 APP5NOSAL=TRUE
111 APP5LINKRES=$(MISC)$/$(TARGET)5.res
112 APP5ICON=$(SOLARRESDIR)$/icons/so9_base_app.ico
113 APP5OBJS = \
114 $(OBJ)$/launcher.obj\
115 $(OBJ)$/sbase.obj
116 APP5STDLIBS = $(SHELL32LIB)
117 APP5DEPN=verinfo.rc
118 APP5VERINFO=verinfo.rc
119 APP5PRODUCTDEF+=-DRES_APP_NAME=sbase
121 APP6TARGET=so$/smath
122 APP6NOSAL=TRUE
123 APP6LINKRES=$(MISC)$/$(TARGET)6.res
124 APP6ICON=$(SOLARRESDIR)$/icons/so9_math_app.ico
125 APP6OBJS = \
126 $(OBJ)$/launcher.obj\
127 $(OBJ)$/smath.obj
128 APP6STDLIBS = $(SHELL32LIB)
129 APP6DEPN=verinfo.rc
130 APP6VERINFO=verinfo.rc
131 APP6PRODUCTDEF+=-DRES_APP_NAME=smath
133 APP7TARGET=so$/sweb
134 APP7NOSAL=TRUE
135 APP7LINKRES=$(MISC)$/$(TARGET)7.res
136 APP7ICON=$(SOLARRESDIR)$/icons/so9_html_doc.ico
137 APP7OBJS = \
138 $(OBJ)$/launcher.obj\
139 $(OBJ)$/sweb.obj
140 APP7STDLIBS = $(SHELL32LIB)
141 APP7DEPN=verinfo.rc
142 APP7VERINFO=verinfo.rc
143 APP7PRODUCTDEF+=-DRES_APP_NAME=sweb
146 .ENDIF # "$(BUILD_SPECIAL)"!=""
148 # --- Targets ------------------------------------------------------
151 .INCLUDE : target.mk