INTEGRATION: CWS smarttags3 (1.48.22); FILE MERGED
2007/05/25 11:57:17 fme 1.48.22.4: RESYNC: (1.49-1.50); FILE MERGED 2007/05/24 07:35:43 fme 1.48.22.3: #i75130# New smrt tag API - resync - move libs 2007/05/22 14:34:24 fme 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2007/04/17 08:29:58 fme 1.48.22.1: #i75130# New Smart Tag API
This commit is contained in:
parent
eae338bc6d
commit
d2d53dbbe8
1 changed files with 6 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.51 $
|
||||
# $Revision: 1.52 $
|
||||
#
|
||||
# last change: $Author: ihi $ $Date: 2007-06-05 14:38:08 $
|
||||
# last change: $Author: hr $ $Date: 2007-06-27 13:42:19 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -78,7 +78,8 @@ LIB2FILES=\
|
|||
$(SLB)$/options.lib \
|
||||
$(SLB)$/stbctrls.lib \
|
||||
$(SLB)$/tbxctrls.lib \
|
||||
$(SLB)$/unoedit.lib
|
||||
$(SLB)$/unoedit.lib \
|
||||
$(SLB)$/smarttags.lib
|
||||
|
||||
LIB3TARGET= $(SLB)$/$(TARGET)_3.lib
|
||||
LIB3FILES=\
|
||||
|
@ -91,7 +92,7 @@ LIB3FILES=\
|
|||
$(SLB)$/properties.lib \
|
||||
$(SLB)$/contact.lib \
|
||||
$(SLB)$/mixer.lib \
|
||||
$(SLB)$/event.lib
|
||||
$(SLB)$/event.lib
|
||||
|
||||
LIB4TARGET= $(SLB)$/$(TARGET)_4.lib
|
||||
LIB4FILES=\
|
||||
|
@ -180,7 +181,7 @@ SHL2STDLIBS= \
|
|||
$(JVMFWKLIB) \
|
||||
$(ICUUCLIB)
|
||||
|
||||
.IF "$(GUI)"=="WNT"
|
||||
.IF "$(GUI)"=="WNT"
|
||||
SHL2STDLIBS+= \
|
||||
$(SHLWAPILIB) \
|
||||
$(ADVAPI32LIB)
|
||||
|
|
Loading…
Reference in a new issue