summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:06:42 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:06:42 +0000
commit0b88482dbf60fd57f72cff6b97dbd4e6d53c5dc1 (patch)
tree2f2543bc330e2390530b2e7b1c537f333bb58865 /desktop/win32
parent4167fdd0d8d24892fb78f79e38d0ede14b8273d2 (diff)
INTEGRATION: CWS vq21 (1.5.32); FILE MERGED
2005/10/17 03:51:08 vq 1.5.32.1: #i56063# Choose parallel build save intermediate resource file name.
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/applauncher/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop/win32/source/applauncher/makefile.mk b/desktop/win32/source/applauncher/makefile.mk
index fbed4c7883d5..5542190522f1 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.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 17:51:39 $
+# last change: $Author: rt $ $Date: 2005-10-19 12:06:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@ TARGETTYPE=GUI
APP1TARGET=so$/swriter
APP1NOSAL=TRUE
-APP1LINKRES=$(MISC)$/$(TARGET).res
+APP1LINKRES=$(MISC)$/$(TARGET)1.res
APP1ICON=$(SOLARRESDIR)$/icons/so8-writer-app.ico
APP1OBJS = \
$(OBJ)$/launcher.obj\
@@ -57,7 +57,7 @@ APP1OBJS = \
APP2TARGET=so$/scalc
APP2NOSAL=TRUE
-APP2LINKRES=$(MISC)$/$(TARGET).res
+APP2LINKRES=$(MISC)$/$(TARGET)2.res
APP2ICON=$(SOLARRESDIR)$/icons/so8-calc-app.ico
APP2OBJS = \
$(OBJ)$/launcher.obj\
@@ -65,7 +65,7 @@ APP2OBJS = \
APP3TARGET=so$/sdraw
APP3NOSAL=TRUE
-APP3LINKRES=$(MISC)$/$(TARGET).res
+APP3LINKRES=$(MISC)$/$(TARGET)3.res
APP3ICON=$(SOLARRESDIR)$/icons/so8-draw-app.ico
APP3OBJS = \
$(OBJ)$/launcher.obj\
@@ -73,7 +73,7 @@ APP3OBJS = \
APP4TARGET=so$/simpress
APP4NOSAL=TRUE
-APP4LINKRES=$(MISC)$/$(TARGET).res
+APP4LINKRES=$(MISC)$/$(TARGET)4.res
APP4ICON=$(SOLARRESDIR)$/icons/so8-impress-app.ico
APP4OBJS = \
$(OBJ)$/launcher.obj\
@@ -81,7 +81,7 @@ APP4OBJS = \
APP5TARGET=so$/sbase
APP5NOSAL=TRUE
-APP5LINKRES=$(MISC)$/$(TARGET).res
+APP5LINKRES=$(MISC)$/$(TARGET)5.res
APP5ICON=$(SOLARRESDIR)$/icons/so8-base-app.ico
APP5OBJS = \
$(OBJ)$/launcher.obj\
@@ -89,7 +89,7 @@ APP5OBJS = \
APP6TARGET=so$/smath
APP6NOSAL=TRUE
-APP6LINKRES=$(MISC)$/$(TARGET).res
+APP6LINKRES=$(MISC)$/$(TARGET)6.res
APP6ICON=$(SOLARRESDIR)$/icons/so8-math-app.ico
APP6OBJS = \
$(OBJ)$/launcher.obj\