summaryrefslogtreecommitdiff
path: root/desktop/win32/source/applauncher/makefile.mk
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2004-09-16 09:34:35 +0000
committerHennes Rohling <hro@openoffice.org>2004-09-16 09:34:35 +0000
commit75481f187aff09ca041190aa25ec6efcbaaf4e22 (patch)
treeff85794ae7b3521cf936788b6e7a7abdd772b253 /desktop/win32/source/applauncher/makefile.mk
parent48bdf6adbe011f3efd132809095da8d6812ab047 (diff)
#i34205# Added extra makefile for OOo applaucher targets
Diffstat (limited to 'desktop/win32/source/applauncher/makefile.mk')
-rw-r--r--desktop/win32/source/applauncher/makefile.mk53
1 files changed, 2 insertions, 51 deletions
diff --git a/desktop/win32/source/applauncher/makefile.mk b/desktop/win32/source/applauncher/makefile.mk
index 0355182fda..f37b53f553 100644
--- a/desktop/win32/source/applauncher/makefile.mk
+++ b/desktop/win32/source/applauncher/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2004-09-09 09:17:03 $
+# last change: $Author: hro $ $Date: 2004-09-16 10:33:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -122,55 +122,6 @@ APP6OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/smath.obj
-APP7TARGET=swriter
-APP7NOSAL=TRUE
-APP7LINKRES=$(MISC)$/$(TARGET).res
-APP7ICON=$(SOLARRESDIR)$/icons/ooo_writer.ico
-APP7OBJS = \
- $(OBJ)$/launcher.obj\
- $(OBJ)$/swriter.obj
-
-
-APP8TARGET=scalc
-APP8NOSAL=TRUE
-APP8LINKRES=$(MISC)$/$(TARGET).res
-APP8ICON=$(SOLARRESDIR)$/icons/ooo_calc.ico
-APP8OBJS = \
- $(OBJ)$/launcher.obj\
- $(OBJ)$/scalc.obj
-
-APP9TARGET=sdraw
-APP9NOSAL=TRUE
-APP9LINKRES=$(MISC)$/$(TARGET).res
-APP9ICON=$(SOLARRESDIR)$/icons/ooo_draw.ico
-APP9OBJS = \
- $(OBJ)$/launcher.obj\
- $(OBJ)$/sdraw.obj
-
-APP10TARGET=simpress
-APP10NOSAL=TRUE
-APP10LINKRES=$(MISC)$/$(TARGET).res
-APP10ICON=$(SOLARRESDIR)$/icons/ooo_impress.ico
-APP10OBJS = \
- $(OBJ)$/launcher.obj\
- $(OBJ)$/simpress.obj
-
-#APP11TARGET=sbase
-#APP11NOSAL=TRUE
-#APP11LINKRES=$(MISC)$/$(TARGET).res
-#APP11ICON=$(SOLARRESDIR)$/icons/ooo_base.ico
-#APP11OBJS = \
-# $(OBJ)$/launcher.obj\
-# $(OBJ)$/sbase.obj
-
-APP12TARGET=smath
-APP12NOSAL=TRUE
-APP12LINKRES=$(MISC)$/$(TARGET).res
-APP12ICON=$(SOLARRESDIR)$/icons/ooo_math.ico
-APP12OBJS = \
- $(OBJ)$/launcher.obj\
- $(OBJ)$/smath.obj
-
# --- Targets ------------------------------------------------------