xref: /AOO41X/main/desktop/win32/source/applauncher/ooo/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
1*7871dc3eSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..$/..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=desktop
27cdf0e10cSrcweirTARGET=applauncher
28cdf0e10cSrcweirLIBTARGET=NO
29cdf0e10cSrcweirTARGETTYPE=GUI
30cdf0e10cSrcweirUWINAPILIB=
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Settings -----------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweir.INCLUDE :  settings.mk
35cdf0e10cSrcweir
36cdf0e10cSrcweir# --- Files --------------------------------------------------------
37cdf0e10cSrcweir
38cdf0e10cSrcweirAPP1TARGET=swriter
39cdf0e10cSrcweirAPP1DEPN=verinfo.rc
40cdf0e10cSrcweirAPP1VERINFO=verinfo.rc
41cdf0e10cSrcweirAPP1NOSAL=TRUE
42cdf0e10cSrcweirAPP1LINKRES=$(MISC)$/$(TARGET)1.res
43cdf0e10cSrcweirAPP1ICON=$(SOLARRESDIR)$/icons/ooo3_writer_app.ico
44cdf0e10cSrcweirAPP1OBJS = \
45cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
46cdf0e10cSrcweir        $(OBJ)$/swriter.obj
47cdf0e10cSrcweirAPP1STDLIBS = $(SHELL32LIB)
48cdf0e10cSrcweirAPP1PRODUCTDEF+=-DRES_APP_NAME=$(APP1TARGET)
49cdf0e10cSrcweir
50cdf0e10cSrcweirAPP2TARGET=scalc
51cdf0e10cSrcweirAPP2DEPN=verinfo.rc
52cdf0e10cSrcweirAPP2VERINFO=verinfo.rc
53cdf0e10cSrcweirAPP2NOSAL=TRUE
54cdf0e10cSrcweirAPP2LINKRES=$(MISC)$/$(TARGET)2.res
55cdf0e10cSrcweirAPP2ICON=$(SOLARRESDIR)$/icons/ooo3_calc_app.ico
56cdf0e10cSrcweirAPP2OBJS = \
57cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
58cdf0e10cSrcweir        $(OBJ)$/scalc.obj
59cdf0e10cSrcweirAPP2STDLIBS = $(SHELL32LIB)
60cdf0e10cSrcweirAPP2PRODUCTDEF+=-DRES_APP_NAME=$(APP2TARGET)
61cdf0e10cSrcweir
62cdf0e10cSrcweirAPP3TARGET=sdraw
63cdf0e10cSrcweirAPP3DEPN=verinfo.rc
64cdf0e10cSrcweirAPP3VERINFO=verinfo.rc
65cdf0e10cSrcweirAPP3NOSAL=TRUE
66cdf0e10cSrcweirAPP3LINKRES=$(MISC)$/$(TARGET)3.res
67cdf0e10cSrcweirAPP3ICON=$(SOLARRESDIR)$/icons/ooo3_draw_app.ico
68cdf0e10cSrcweirAPP3OBJS = \
69cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
70cdf0e10cSrcweir        $(OBJ)$/sdraw.obj
71cdf0e10cSrcweirAPP3STDLIBS = $(SHELL32LIB)
72cdf0e10cSrcweirAPP3PRODUCTDEF+=-DRES_APP_NAME=$(APP3TARGET)
73cdf0e10cSrcweir
74cdf0e10cSrcweirAPP4TARGET=simpress
75cdf0e10cSrcweirAPP4DEPN=verinfo.rc
76cdf0e10cSrcweirAPP4VERINFO=verinfo.rc
77cdf0e10cSrcweirAPP4NOSAL=TRUE
78cdf0e10cSrcweirAPP4LINKRES=$(MISC)$/$(TARGET)4.res
79cdf0e10cSrcweirAPP4ICON=$(SOLARRESDIR)$/icons/ooo3_impress_app.ico
80cdf0e10cSrcweirAPP4OBJS = \
81cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
82cdf0e10cSrcweir        $(OBJ)$/simpress.obj
83cdf0e10cSrcweirAPP4STDLIBS = $(SHELL32LIB)
84cdf0e10cSrcweirAPP4PRODUCTDEF+=-DRES_APP_NAME=$(APP4TARGET)
85cdf0e10cSrcweir
86cdf0e10cSrcweirAPP5TARGET=smath
87cdf0e10cSrcweirAPP5DEPN=verinfo.rc
88cdf0e10cSrcweirAPP5VERINFO=verinfo.rc
89cdf0e10cSrcweirAPP5NOSAL=TRUE
90cdf0e10cSrcweirAPP5LINKRES=$(MISC)$/$(TARGET)5.res
91cdf0e10cSrcweirAPP5ICON=$(SOLARRESDIR)$/icons/ooo3_math_app.ico
92cdf0e10cSrcweirAPP5OBJS = \
93cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
94cdf0e10cSrcweir        $(OBJ)$/smath.obj
95cdf0e10cSrcweirAPP5STDLIBS = $(SHELL32LIB)
96cdf0e10cSrcweirAPP5PRODUCTDEF+=-DRES_APP_NAME=$(APP5TARGET)
97cdf0e10cSrcweir
98cdf0e10cSrcweirAPP6TARGET=sbase
99cdf0e10cSrcweirAPP6DEPN=verinfo.rc
100cdf0e10cSrcweirAPP6VERINFO=verinfo.rc
101cdf0e10cSrcweirAPP6NOSAL=TRUE
102cdf0e10cSrcweirAPP6LINKRES=$(MISC)$/$(TARGET)6.res
103cdf0e10cSrcweirAPP6ICON=$(SOLARRESDIR)$/icons/ooo3_base_app.ico
104cdf0e10cSrcweirAPP6OBJS = \
105cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
106cdf0e10cSrcweir       $(OBJ)$/sbase.obj
107cdf0e10cSrcweirAPP6STDLIBS = $(SHELL32LIB)
108cdf0e10cSrcweirAPP6PRODUCTDEF+=-DRES_APP_NAME=$(APP6TARGET)
109cdf0e10cSrcweir
110cdf0e10cSrcweirAPP7TARGET=sweb
111cdf0e10cSrcweirAPP7DEPN=verinfo.rc
112cdf0e10cSrcweirAPP7VERINFO=verinfo.rc
113cdf0e10cSrcweirAPP7NOSAL=TRUE
114cdf0e10cSrcweirAPP7LINKRES=$(MISC)$/$(TARGET)7.res
115cdf0e10cSrcweirAPP7ICON=$(SOLARRESDIR)$/icons/ooo3_writer_app.ico
116cdf0e10cSrcweirAPP7OBJS = \
117cdf0e10cSrcweir		$(OBJ)$/launcher.obj\
118cdf0e10cSrcweir       $(OBJ)$/sweb.obj
119cdf0e10cSrcweirAPP7STDLIBS = $(SHELL32LIB)
120cdf0e10cSrcweirAPP7PRODUCTDEF+=-DRES_APP_NAME=$(APP7TARGET)
121cdf0e10cSrcweir
122cdf0e10cSrcweir# --- Targets ------------------------------------------------------
123cdf0e10cSrcweir
124cdf0e10cSrcweir
125cdf0e10cSrcweir.INCLUDE :  target.mk
126cdf0e10cSrcweir
127