INTEGRATION: CWS geordi2q01 (1.8.30); FILE MERGED
2003/08/18 12:39:05 hr 1.8.30.1: #i18350#: join changes from CWS ooo11rc3
This commit is contained in:
parent
e309588a34
commit
edc277e170
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.8 $
|
||||
# $Revision: 1.9 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2003-03-18 14:11:40 $
|
||||
# last change: $Author: hjs $ $Date: 2003-08-18 15:12:07 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -109,8 +109,12 @@ APP1OBJS= $(OBJ)$/main.obj
|
|||
.IF "$(GUI)"=="WNT"
|
||||
APP1STDLIBS= $(LIBSTLPORT) cosv.lib udm.lib
|
||||
.ELSE
|
||||
.IF "$(OS)"=="MACOSX"
|
||||
APP1STDLIBS= $(LIBSTLPORT) -ludm -lcosv
|
||||
.ELSE
|
||||
APP1STDLIBS= -lcosv -ludm
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
APP1LIBS=$(LB)$/atdoc.lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue