diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:17:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:17:44 +0000 |
commit | 3b6841f364b3b63cb041947846273906346a6d45 (patch) | |
tree | 54ebcea4ca02013abff4b6259c43e562d9000b04 | |
parent | 0ef186e60362c1f82cc06e722ab6439aa87b5682 (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
-rw-r--r-- | desktop/win32/source/applauncher/makefile.mk | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/desktop/win32/source/applauncher/makefile.mk b/desktop/win32/source/applauncher/makefile.mk index 5542190522f1..ca9cf7c887df 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 ------------------------------------------------------ |