INTEGRATION: CWS mingwport10 (1.10.10); FILE MERGED
2008/01/28 15:33:28 vg 1.10.10.1: #i85437# catch-up fixes for m243
This commit is contained in:
parent
0ddb36960d
commit
ba3648abf5
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: tg_res.mk,v $
|
# $RCSfile: tg_res.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.10 $
|
# $Revision: 1.11 $
|
||||||
#
|
#
|
||||||
# last change: $Author: ihi $ $Date: 2008-01-15 13:28:36 $
|
# last change: $Author: ihi $ $Date: 2008-02-04 12:55:45 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -41,9 +41,9 @@ $(RCTARGET): $(RCFILES) \
|
||||||
@echo Making: $@
|
@echo Making: $@
|
||||||
.IF "$(CCNUMVER)" > "001300000000"
|
.IF "$(CCNUMVER)" > "001300000000"
|
||||||
.IF "$(MFC_INCLUDE)"!=""
|
.IF "$(MFC_INCLUDE)"!=""
|
||||||
$(RC) $(INCLUDE) -I$(SOLARRESDIR) -I$(ATL_INCLUDE) -I$(MFC_INCLUDE) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
|
$(RC) $(INCLUDE) -I$(SOLARRESDIR) $(foreach,i,$(ATL_INCLUDE) -I$(i)) -I$(MFC_INCLUDE) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
|
||||||
.ELSE
|
.ELSE
|
||||||
$(RC) $(INCLUDE) -I$(SOLARRESDIR) -I$(ATL_INCLUDE) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
|
$(RC) $(INCLUDE) -I$(SOLARRESDIR) $(foreach,i,$(ATL_INCLUDE) -I$(i)) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
|
||||||
.ENDIF
|
.ENDIF
|
||||||
.ELSE
|
.ELSE
|
||||||
$(RC) $(INCLUDE) -I$(SOLARRESDIR) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
|
$(RC) $(INCLUDE) -I$(SOLARRESDIR) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue