#102647# Uwinapi.dll exports forwarded symbols of Unicows.dll
This commit is contained in:
parent
b750d8a8c7
commit
445793117e
3 changed files with 10 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Reference in a new issue