summaryrefslogtreecommitdiff
path: root/tools/workben
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:45:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:45:28 +0000
commitdb48e90824a1797cfb8397e79a8871bf8f682133 (patch)
treeee2f445964feb90acc515fe4fa78cf64abec3133 /tools/workben
parent8441526fec77ee9d39d0ad03a375f2a115d75c76 (diff)
INTEGRATION: CWS mingwport03 (1.8.44); FILE MERGED
2006/09/07 09:26:51 vg 1.8.44.1: #i53572# MinGW port
Diffstat (limited to 'tools/workben')
-rw-r--r--tools/workben/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/workben/makefile.mk b/tools/workben/makefile.mk
index 9c38de3295a4..a9b8c5e53344 100644
--- a/tools/workben/makefile.mk
+++ b/tools/workben/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2006-06-19 13:56:45 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:45:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,7 +63,7 @@ APP2OBJS = $(OBJ)$/urltest.obj
.IF "$(GUI)" == "UNX"
APP2STDLIBS = $(TOOLSLIB) $(VOSLIB) $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB)
.ELSE
-APP2STDLIBS = $(LB)$/itools.lib ivos.lib isal.lib icppu.lib icppuhelper.lib
+APP2STDLIBS = $(LB)$/itools.lib $(VOSLIB) $(SALLIB) $(CPPULIB) $(CPPUHELPERLIB)
.ENDIF
APP3TARGET = inetmimetest
@@ -83,7 +83,7 @@ APP3STDLIBS = $(SALLIB) $(TOOLSLIB)
# .IF "$(GUI)" == "UNX"
# APP4STDLIBS = $(TOOLSLIB) $(VOSLIB) $(SALLIB)
# .ELSE
-# APP4STDLIBS = $(LB)$/itools.lib ivos.lib isal.lib
+# APP4STDLIBS = $(LB)$/itools.lib $(VOSLIB) $(SALLIB)
# .ENDIF
# APP5TARGET = fstest
@@ -91,7 +91,7 @@ APP3STDLIBS = $(SALLIB) $(TOOLSLIB)
# .IF "$(GUI)" == "UNX"
# APP5STDLIBS = $(TOOLSLIB) $(VOSLIB) $(SALLIB)
# .ELSE
-# APP5STDLIBS = $(LB)$/itools.lib ivos.lib isal.lib
+# APP5STDLIBS = $(LB)$/itools.lib $(VOSLIB) $(SALLIB)
# .ENDIF
.INCLUDE: target.mk