diff options
Diffstat (limited to 'desktop')
-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 ------------------------------------------------------ |