summaryrefslogtreecommitdiff
path: root/desktop/os2/source/applauncher/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/os2/source/applauncher/makefile.mk')
-rw-r--r--desktop/os2/source/applauncher/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop/os2/source/applauncher/makefile.mk b/desktop/os2/source/applauncher/makefile.mk
index bf71b57c2f..66ac58575b 100644
--- a/desktop/os2/source/applauncher/makefile.mk
+++ b/desktop/os2/source/applauncher/makefile.mk
@@ -54,7 +54,7 @@ APP1NOSAL=TRUE
APP1LINKRES=$(MISC)$/$(TARGET)1.res
APP1ICON=$(SOLARRESDIR)$/icons$/ooo-writer-app.ico
APP1OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/swriter.obj
@@ -63,7 +63,7 @@ APP2NOSAL=TRUE
APP2LINKRES=$(MISC)$/$(TARGET)2.res
APP2ICON=$(SOLARRESDIR)$/icons$/ooo-calc-app.ico
APP2OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/scalc.obj
APP3TARGET=sdraw
@@ -71,7 +71,7 @@ APP3NOSAL=TRUE
APP3LINKRES=$(MISC)$/$(TARGET)3.res
APP3ICON=$(SOLARRESDIR)$/icons$/ooo-draw-app.ico
APP3OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/sdraw.obj
APP4TARGET=simpress
@@ -79,7 +79,7 @@ APP4NOSAL=TRUE
APP4LINKRES=$(MISC)$/$(TARGET)4.res
APP4ICON=$(SOLARRESDIR)$/icons$/ooo-impress-app.ico
APP4OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/simpress.obj
APP5TARGET=sbase
@@ -87,7 +87,7 @@ APP5NOSAL=TRUE
APP5LINKRES=$(MISC)$/$(TARGET)5.res
APP5ICON=$(SOLARRESDIR)$/icons$/ooo-base-app.ico
APP5OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/sbase.obj
APP6TARGET=smath
@@ -95,7 +95,7 @@ APP6NOSAL=TRUE
APP6LINKRES=$(MISC)$/$(TARGET)6.res
APP6ICON=$(SOLARRESDIR)$/icons$/ooo-math-app.ico
APP6OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/smath.obj
APP7TARGET=officeloader
@@ -103,7 +103,7 @@ APP7NOSAL=TRUE
APP7LINKRES=$(MISC)$/$(TARGET)7.res
APP7ICON=$(SOLARRESDIR)$/icons$/ooo-main-app.ico
APP7OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/officeloader.obj
APP8TARGET=quickstart
@@ -111,7 +111,7 @@ APP8NOSAL=TRUE
APP8LINKRES=$(MISC)$/$(TARGET)8.res
APP8ICON=$(SOLARRESDIR)$/icons$/ooo-main-app.ico
APP8OBJS = \
- $(OBJ)$/launcher.obj\
+ $(OBJ)$/launcher.obj\
$(OBJ)$/quickstart.obj
# --- Targets ------------------------------------------------------