summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 12:52:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 12:52:55 +0000
commit01a81759ed5dc891afb809e306a0980015b9b366 (patch)
tree0c90ee4270252061e52b186ca04bd538cfa6998a
parent1a76c6b3853d9a03defa20839d949035bbc43d9d (diff)
INTEGRATION: CWS sb83 (1.5.482); FILE MERGED
2008/02/14 10:52:26 sb 1.5.482.1: #i84200# no access to uwinapi.dll from brand layer launchers
-rw-r--r--desktop/win32/source/applauncher/ooo/makefile.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop/win32/source/applauncher/ooo/makefile.mk b/desktop/win32/source/applauncher/ooo/makefile.mk
index 92e4b1779545..f54741b46494 100644
--- a/desktop/win32/source/applauncher/ooo/makefile.mk
+++ b/desktop/win32/source/applauncher/ooo/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-10-19 12:06:55 $
+# last change: $Author: vg $ $Date: 2008-03-18 13:52:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,7 @@ PRJNAME=desktop
TARGET=applauncher
LIBTARGET=NO
TARGETTYPE=GUI
+UWINAPILIB=
# --- Settings -----------------------------------------------------
@@ -53,7 +54,7 @@ APP1ICON=$(SOLARRESDIR)$/icons/ooo-writer-app.ico
APP1OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/swriter.obj
-
+APP1STDLIBS = $(SHELL32LIB)
APP2TARGET=scalc
APP2NOSAL=TRUE
@@ -62,6 +63,7 @@ APP2ICON=$(SOLARRESDIR)$/icons/ooo-calc-app.ico
APP2OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/scalc.obj
+APP2STDLIBS = $(SHELL32LIB)
APP3TARGET=sdraw
APP3NOSAL=TRUE
@@ -70,6 +72,7 @@ APP3ICON=$(SOLARRESDIR)$/icons/ooo-draw-app.ico
APP3OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/sdraw.obj
+APP3STDLIBS = $(SHELL32LIB)
APP4TARGET=simpress
APP4NOSAL=TRUE
@@ -78,6 +81,7 @@ APP4ICON=$(SOLARRESDIR)$/icons/ooo-impress-app.ico
APP4OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/simpress.obj
+APP4STDLIBS = $(SHELL32LIB)
APP5TARGET=smath
APP5NOSAL=TRUE
@@ -86,6 +90,7 @@ APP5ICON=$(SOLARRESDIR)$/icons/ooo-math-app.ico
APP5OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/smath.obj
+APP5STDLIBS = $(SHELL32LIB)
APP6TARGET=sbase
APP6NOSAL=TRUE
@@ -94,6 +99,7 @@ APP6ICON=$(SOLARRESDIR)$/icons/ooo-base-app.ico
APP6OBJS = \
$(OBJ)$/launcher.obj\
$(OBJ)$/sbase.obj
+APP6STDLIBS = $(SHELL32LIB)
# --- Targets ------------------------------------------------------