summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:14:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:14:06 +0000
commit2eb17b64b03c5b15e84383534d5be414ab2ef5df (patch)
tree8a04ba3bdd795b19ba55208938d73883ee71c665 /shell
parentd1b0f7fddf73299d8093c042c558a34814b5adc6 (diff)
INTEGRATION: CWS vistaready01 (1.5.62); FILE MERGED
2006/12/08 12:52:19 lla 1.5.62.1: #i72391# bring tests up to date
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/workbench/makefile.mk19
1 files changed, 15 insertions, 4 deletions
diff --git a/shell/source/win32/workbench/makefile.mk b/shell/source/win32/workbench/makefile.mk
index eebdde177a3c..84f3d99cb587 100644
--- a/shell/source/win32/workbench/makefile.mk
+++ b/shell/source/win32/workbench/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2006-05-24 14:05:36 $
+# last change: $Author: hr $ $Date: 2007-01-02 16:14:06 $
#
# 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= sysshell
TARGET= testsyssh
TARGET1= testsmplmail
TARGET2= testprx
+TARGET4= testfopen
LIBTARGET= NO
TARGETTYPE= CUI
@@ -54,6 +55,7 @@ CFLAGS+=/GX
OBJFILES1=$(OBJ)$/TestSysShExec.obj
OBJFILES2=$(OBJ)$/TestSmplMail.obj
OBJFILES3=$(OBJ)$/TestProxySet.obj
+OBJFILES4=$(OBJ)$/Testfopen.obj
OBJFILES=$(OBJFILES1)\
$(OBJFILES2)
@@ -65,7 +67,7 @@ APP1STDLIBS+= $(CPPULIB) \
$(CPPUHELPERLIB) \
$(SALLIB) \
user32.lib
-
+
APP1DEF= $(MISC)$/$(APP1TARGET).def
@@ -78,7 +80,7 @@ APP2STDLIBS+= $(CPPULIB) \
$(CPPUHELPERLIB) \
$(SALLIB) \
user32.lib
-
+
APP2DEF= $(MISC)$/$(APP2TARGET).def
# --- TestProxy ---
@@ -92,6 +94,15 @@ APP3STDLIBS+= $(CPPULIB) \
APP3DEF= $(MISC)$/$(APP3TARGET).def
+# --- Testfopen ---
+
+APP4TARGET=$(TARGET4)
+APP4OBJS=$(OBJFILES4)
+
+APP4STDLIBS+= $(SALLIB)
+
+APP4DEF= $(MISC)$/$(APP4TARGET).def
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk