summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:09:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:09:03 +0000
commit2abd2505057f209f6d952d69c3fdd1c3d5cbf4b0 (patch)
tree299ddab3537022d96070dbd791b4f56f8fde5a42
parent0ef4226f027ec60eaf6b9fe12891503e8e725950 (diff)
INTEGRATION: CWS mingwport03 (1.9.18); FILE MERGED
2006/09/13 14:46:38 vg 1.9.18.1: #i53572# MinGW port
-rw-r--r--dtrans/source/win32/workbench/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/dtrans/source/win32/workbench/makefile.mk b/dtrans/source/win32/workbench/makefile.mk
index 6e0283ffdb72..5b8afe768d3f 100644
--- a/dtrans/source/win32/workbench/makefile.mk
+++ b/dtrans/source/win32/workbench/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2006-05-24 14:35:02 $
+# last change: $Author: vg $ $Date: 2007-03-26 15:09:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -68,9 +68,9 @@ APP1STDLIBS= $(SALLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(SOLARLIBDIR)$/uwinapi.lib\
- user32.lib \
- ole32.lib\
- comdlg32.lib
+ $(USER32LIB) \
+ $(OLE32LIB)\
+ $(COMDLG32LIB)
APP1LIBS= $(SLB)$/dtutils.lib
@@ -88,10 +88,10 @@ APP1TARGET= $(TARGET1)
APP1OBJS= $(OBJ)$/testmarshal.obj
APP1STDLIBS= $(SALLIB)\
- user32.lib\
- ole32.lib\
+ $(USER32LIB)\
+ $(OLE32LIB)\
comsupp.lib\
- oleaut32.lib
+ $(OLEAUT32LIB)
APP1LIBS=