summaryrefslogtreecommitdiff
path: root/desktop/win32/source/applauncher/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:17:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 10:17:44 +0000
commit145df6bac5ea55d3fadb1828f388da7718996961 (patch)
tree35013c3f47dc95c689871c43dac1a9d406d86c97 /desktop/win32/source/applauncher/makefile.mk
parent460fe3ab04f18f226d6b7b0a0a70a6e6061f9fef (diff)
INTEGRATION: CWS ause039 (1.4.170); FILE MERGED
2005/10/24 14:34:33 hjs 1.4.170.4: #i55878# list OBJFILES to get them built even withou apps 2005/10/14 12:12:42 hjs 1.4.170.3: #i55878# include all apps in .IF 2005/10/14 03:06:50 hjs 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/13 11:21:09 hjs 1.4.170.1: #i55878# added build dependencies; restrict APPnTARGETS
Diffstat (limited to 'desktop/win32/source/applauncher/makefile.mk')
-rw-r--r--desktop/win32/source/applauncher/makefile.mk17
1 files changed, 15 insertions, 2 deletions
diff --git a/desktop/win32/source/applauncher/makefile.mk b/desktop/win32/source/applauncher/makefile.mk
index 5542190522..ca9cf7c887 100644
--- a/desktop/win32/source/applauncher/makefile.mk
+++ b/desktop/win32/source/applauncher/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-10-19 12:06:42 $
+# last change: $Author: hr $ $Date: 2005-10-25 11:17:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,6 +46,17 @@ TARGETTYPE=GUI
# --- Files --------------------------------------------------------
+OBJFILES= \
+ $(OBJ)$/launcher.obj \
+ $(OBJ)$/swriter.obj \
+ $(OBJ)$/scalc.obj \
+ $(OBJ)$/sdraw.obj \
+ $(OBJ)$/simpress.obj \
+ $(OBJ)$/sbase.obj \
+ $(OBJ)$/smath.obj
+
+# SO launcher
+.IF "$(BUILD_SPECIAL)"!=""
APP1TARGET=so$/swriter
APP1NOSAL=TRUE
APP1LINKRES=$(MISC)$/$(TARGET)1.res
@@ -95,6 +106,8 @@ APP6OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/smath.obj
+.ENDIF # "$(BUILD_SPECIAL)"!=""
+
# --- Targets ------------------------------------------------------