diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-08-26 13:03:30 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-08-26 13:03:30 +0000 |
commit | c0da0ff064709554c111d4465a4384134df11c3c (patch) | |
tree | b2a9e0d158f414a2d755d5fd5dfe17c66d572ccb /fpicker/util | |
parent | 20230afe71f3d729b51d9d6fcebdd952ac9a6557 (diff) |
#102647# Uwinapi.dll exports forwarded symbols of Unicows.dll
Diffstat (limited to 'fpicker/util')
-rw-r--r-- | fpicker/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk index 7e134b8b3585..6a8d4846a84e 100644 --- a/fpicker/util/makefile.mk +++ b/fpicker/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hro $ $Date: 2002-08-14 15:35:25 $ +# last change: $Author: hro $ $Date: 2002-08-26 14:03:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,6 @@ SHL1STDLIBS=$(CPPULIB)\ $(VCLLIB)\ $(TOOLSLIB)\ uwinapi.lib \ - unicows.lib \ advapi32.lib \ shell32.lib\ ole32.lib\ @@ -120,7 +119,6 @@ SHL2STDLIBS=$(CPPULIB)\ $(TOOLSLIB)\ $(VCLLIB)\ uwinapi.lib \ - unicows.lib \ advapi32.lib \ ole32.lib\ gdi32.lib\ |