summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/win32/workbench/makefile.mk10
-rw-r--r--dtrans/test/win32/dnd/makefile.mk5
-rw-r--r--dtrans/util/makefile.mk10
3 files changed, 10 insertions, 15 deletions
diff --git a/dtrans/source/win32/workbench/makefile.mk b/dtrans/source/win32/workbench/makefile.mk
index bd0066cf3dd3..ab36f140bcc6 100644
--- a/dtrans/source/win32/workbench/makefile.mk
+++ b/dtrans/source/win32/workbench/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hro $ $Date: 2002-08-14 14:50:43 $
+# last change: $Author: hro $ $Date: 2002-08-26 13:57:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -96,13 +96,13 @@ APP1OBJS= $(OBJ)$/test_wincb.obj
APP1STDLIBS= $(SALLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB) \
- unicows.lib\
+ $(SOLARLIBDIR)$/uwinapi.lib\
user32.lib \
ole32.lib\
comdlg32.lib
-APP1LIBS= $(SLB)$/dtutils.lib\
- $(SOLARLIBDIR)$/uwinapi.lib
+APP1LIBS= $(SLB)$/dtutils.lib
+
APP1NOSAL= TRUE
diff --git a/dtrans/test/win32/dnd/makefile.mk b/dtrans/test/win32/dnd/makefile.mk
index 77490a9d3d1c..ec33cd9bb1cb 100644
--- a/dtrans/test/win32/dnd/makefile.mk
+++ b/dtrans/test/win32/dnd/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hro $ $Date: 2002-08-14 14:53:43 $
+# last change: $Author: hro $ $Date: 2002-08-26 13:57:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -124,7 +124,6 @@ APP1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
uwinapi.lib \
- unicows.lib\
user32.lib \
ole32.lib \
comsupp.lib \
diff --git a/dtrans/util/makefile.mk b/dtrans/util/makefile.mk
index 109446f34d84..a82790ece954 100644
--- a/dtrans/util/makefile.mk
+++ b/dtrans/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hro $ $Date: 2002-08-15 10:49:09 $
+# last change: $Author: hro $ $Date: 2002-08-26 13:58:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,8 +87,7 @@ SHL1STDLIBS= \
.IF "$(GUI)"=="WNT"
SHL1STDLIBS+= \
- uwinapi.lib \
- unicows.lib
+ uwinapi.lib
.ENDIF
@@ -116,7 +115,6 @@ SHL2STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB)\
uwinapi.lib\
- unicows.lib\
advapi32.lib\
ole32.lib\
gdi32.lib
@@ -142,7 +140,6 @@ SHL3STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB)\
uwinapi.lib\
- unicows.lib\
advapi32.lib\
ole32.lib\
comsupp.lib\
@@ -170,7 +167,6 @@ SHL4STDLIBS= \
$(CPPULIB) \
$(CPPUHELPERLIB) \
uwinapi.lib\
- unicows.lib\
advapi32.lib\
ole32.lib\
comsupp.lib\