INTEGRATION: CWS mingwport03 (1.4.106); FILE MERGED
2006/09/06 15:16:21 vg 1.4.106.1: #i53572# MinGW port
This commit is contained in:
parent
f91ece7849
commit
7f869e4dfb
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-08 23:51:27 $
|
||||
# last change: $Author: vg $ $Date: 2007-03-26 13:21:06 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -60,8 +60,8 @@ APP1OBJS= $(OBJ)$/test_fops.obj
|
|||
APP1STDLIBS+= $(CPPULIB) \
|
||||
$(CPPUHELPERLIB) \
|
||||
$(SALLIB) \
|
||||
user32.lib\
|
||||
ole32.lib
|
||||
$(USER32LIB)\
|
||||
$(OLE32LIB)
|
||||
|
||||
APP1DEF= $(MISC)$/$(APP1TARGET).def
|
||||
|
||||
|
|
Loading…
Reference in a new issue