#100000# typo
This commit is contained in:
parent
89c6fc14dc
commit
ddc83bae27
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: tg_ext.mk,v $
|
||||
#
|
||||
# $Revision: 1.53 $
|
||||
# $Revision: 1.54 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2004-09-15 10:35:18 $
|
||||
# last change: $Author: hjs $ $Date: 2004-09-16 19:42:08 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -67,7 +67,7 @@
|
|||
# setup INCLUDE variable for use by VC++
|
||||
.IF "$(GUI)$(COM)"=="WNTMSC"
|
||||
.IF "$(EXT_USE_STLPORT)"==""
|
||||
INCLUDE!:==$(subst,$/stl, $(SOLARINC))
|
||||
INCLUDE!:=$(subst,$/stl, $(SOLARINC))
|
||||
.ENDIF # "$(EXT_USE_STLPORT)"==""
|
||||
INCLUDE!:=$(INCLUDE:s/ -I/;/)
|
||||
.EXPORT : INCLUDE
|
||||
|
|
Loading…
Reference in a new issue