merge the formfield patch from ooo-build
[ooovba.git] / desktop / win32 / source / applauncher / ooo / makefile.mk
blobad4c7c96b70590716966398756c8d1054f791293
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.8 $
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 APP1TARGET=swriter
47 APP1DEPN=verinfo.rc
48 APP1VERINFO=verinfo.rc
49 APP1NOSAL=TRUE
50 APP1LINKRES=$(MISC)$/$(TARGET)1.res
51 APP1ICON=$(SOLARRESDIR)$/icons/ooo3_writer_app.ico
52 APP1OBJS = \
53 $(OBJ)$/launcher.obj\
54 $(OBJ)$/swriter.obj
55 APP1STDLIBS = $(SHELL32LIB)
56 APP1PRODUCTDEF+=-DRES_APP_NAME=$(APP1TARGET)
58 APP2TARGET=scalc
59 APP2DEPN=verinfo.rc
60 APP2VERINFO=verinfo.rc
61 APP2NOSAL=TRUE
62 APP2LINKRES=$(MISC)$/$(TARGET)2.res
63 APP2ICON=$(SOLARRESDIR)$/icons/ooo3_calc_app.ico
64 APP2OBJS = \
65 $(OBJ)$/launcher.obj\
66 $(OBJ)$/scalc.obj
67 APP2STDLIBS = $(SHELL32LIB)
68 APP2PRODUCTDEF+=-DRES_APP_NAME=$(APP2TARGET)
70 APP3TARGET=sdraw
71 APP3DEPN=verinfo.rc
72 APP3VERINFO=verinfo.rc
73 APP3NOSAL=TRUE
74 APP3LINKRES=$(MISC)$/$(TARGET)3.res
75 APP3ICON=$(SOLARRESDIR)$/icons/ooo3_draw_app.ico
76 APP3OBJS = \
77 $(OBJ)$/launcher.obj\
78 $(OBJ)$/sdraw.obj
79 APP3STDLIBS = $(SHELL32LIB)
80 APP3PRODUCTDEF+=-DRES_APP_NAME=$(APP3TARGET)
82 APP4TARGET=simpress
83 APP4DEPN=verinfo.rc
84 APP4VERINFO=verinfo.rc
85 APP4NOSAL=TRUE
86 APP4LINKRES=$(MISC)$/$(TARGET)4.res
87 APP4ICON=$(SOLARRESDIR)$/icons/ooo3_impress_app.ico
88 APP4OBJS = \
89 $(OBJ)$/launcher.obj\
90 $(OBJ)$/simpress.obj
91 APP4STDLIBS = $(SHELL32LIB)
92 APP4PRODUCTDEF+=-DRES_APP_NAME=$(APP4TARGET)
94 APP5TARGET=smath
95 APP5DEPN=verinfo.rc
96 APP5VERINFO=verinfo.rc
97 APP5NOSAL=TRUE
98 APP5LINKRES=$(MISC)$/$(TARGET)5.res
99 APP5ICON=$(SOLARRESDIR)$/icons/ooo3_math_app.ico
100 APP5OBJS = \
101 $(OBJ)$/launcher.obj\
102 $(OBJ)$/smath.obj
103 APP5STDLIBS = $(SHELL32LIB)
104 APP5PRODUCTDEF+=-DRES_APP_NAME=$(APP5TARGET)
106 APP6TARGET=sbase
107 APP6DEPN=verinfo.rc
108 APP6VERINFO=verinfo.rc
109 APP6NOSAL=TRUE
110 APP6LINKRES=$(MISC)$/$(TARGET)6.res
111 APP6ICON=$(SOLARRESDIR)$/icons/ooo3_base_app.ico
112 APP6OBJS = \
113 $(OBJ)$/launcher.obj\
114 $(OBJ)$/sbase.obj
115 APP6STDLIBS = $(SHELL32LIB)
116 APP6PRODUCTDEF+=-DRES_APP_NAME=$(APP6TARGET)
118 APP7TARGET=sweb
119 APP7DEPN=verinfo.rc
120 APP7VERINFO=verinfo.rc
121 APP7NOSAL=TRUE
122 APP7LINKRES=$(MISC)$/$(TARGET)7.res
123 APP7ICON=$(SOLARRESDIR)$/icons/ooo3_html_doc.ico
124 APP7OBJS = \
125 $(OBJ)$/launcher.obj\
126 $(OBJ)$/sweb.obj
127 APP7STDLIBS = $(SHELL32LIB)
128 APP7PRODUCTDEF+=-DRES_APP_NAME=$(APP7TARGET)
130 # --- Targets ------------------------------------------------------
133 .INCLUDE : target.mk