summaryrefslogtreecommitdiff
path: root/desktop/win32/source/applauncher/ooo/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/win32/source/applauncher/ooo/makefile.mk')
-rw-r--r--desktop/win32/source/applauncher/ooo/makefile.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop/win32/source/applauncher/ooo/makefile.mk b/desktop/win32/source/applauncher/ooo/makefile.mk
index 65ad16fe00..ad4c7c96b7 100644
--- a/desktop/win32/source/applauncher/ooo/makefile.mk
+++ b/desktop/win32/source/applauncher/ooo/makefile.mk
@@ -44,6 +44,8 @@ UWINAPILIB=
# --- Files --------------------------------------------------------
APP1TARGET=swriter
+APP1DEPN=verinfo.rc
+APP1VERINFO=verinfo.rc
APP1NOSAL=TRUE
APP1LINKRES=$(MISC)$/$(TARGET)1.res
APP1ICON=$(SOLARRESDIR)$/icons/ooo3_writer_app.ico
@@ -51,8 +53,11 @@ APP1OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/swriter.obj
APP1STDLIBS = $(SHELL32LIB)
+APP1PRODUCTDEF+=-DRES_APP_NAME=$(APP1TARGET)
APP2TARGET=scalc
+APP2DEPN=verinfo.rc
+APP2VERINFO=verinfo.rc
APP2NOSAL=TRUE
APP2LINKRES=$(MISC)$/$(TARGET)2.res
APP2ICON=$(SOLARRESDIR)$/icons/ooo3_calc_app.ico
@@ -60,8 +65,11 @@ APP2OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/scalc.obj
APP2STDLIBS = $(SHELL32LIB)
+APP2PRODUCTDEF+=-DRES_APP_NAME=$(APP2TARGET)
APP3TARGET=sdraw
+APP3DEPN=verinfo.rc
+APP3VERINFO=verinfo.rc
APP3NOSAL=TRUE
APP3LINKRES=$(MISC)$/$(TARGET)3.res
APP3ICON=$(SOLARRESDIR)$/icons/ooo3_draw_app.ico
@@ -69,8 +77,11 @@ APP3OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/sdraw.obj
APP3STDLIBS = $(SHELL32LIB)
+APP3PRODUCTDEF+=-DRES_APP_NAME=$(APP3TARGET)
APP4TARGET=simpress
+APP4DEPN=verinfo.rc
+APP4VERINFO=verinfo.rc
APP4NOSAL=TRUE
APP4LINKRES=$(MISC)$/$(TARGET)4.res
APP4ICON=$(SOLARRESDIR)$/icons/ooo3_impress_app.ico
@@ -78,8 +89,11 @@ APP4OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/simpress.obj
APP4STDLIBS = $(SHELL32LIB)
+APP4PRODUCTDEF+=-DRES_APP_NAME=$(APP4TARGET)
APP5TARGET=smath
+APP5DEPN=verinfo.rc
+APP5VERINFO=verinfo.rc
APP5NOSAL=TRUE
APP5LINKRES=$(MISC)$/$(TARGET)5.res
APP5ICON=$(SOLARRESDIR)$/icons/ooo3_math_app.ico
@@ -87,8 +101,11 @@ APP5OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/smath.obj
APP5STDLIBS = $(SHELL32LIB)
+APP5PRODUCTDEF+=-DRES_APP_NAME=$(APP5TARGET)
APP6TARGET=sbase
+APP6DEPN=verinfo.rc
+APP6VERINFO=verinfo.rc
APP6NOSAL=TRUE
APP6LINKRES=$(MISC)$/$(TARGET)6.res
APP6ICON=$(SOLARRESDIR)$/icons/ooo3_base_app.ico
@@ -96,8 +113,11 @@ APP6OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/sbase.obj
APP6STDLIBS = $(SHELL32LIB)
+APP6PRODUCTDEF+=-DRES_APP_NAME=$(APP6TARGET)
APP7TARGET=sweb
+APP7DEPN=verinfo.rc
+APP7VERINFO=verinfo.rc
APP7NOSAL=TRUE
APP7LINKRES=$(MISC)$/$(TARGET)7.res
APP7ICON=$(SOLARRESDIR)$/icons/ooo3_html_doc.ico
@@ -105,6 +125,7 @@ APP7OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/sweb.obj
APP7STDLIBS = $(SHELL32LIB)
+APP7PRODUCTDEF+=-DRES_APP_NAME=$(APP7TARGET)
# --- Targets ------------------------------------------------------