diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-15 12:28:36 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-15 12:28:36 +0000 |
commit | 3b69bc133afedcaf16cb27f921bd4e2c4e4a9c44 (patch) | |
tree | f668a3d0a481e69f1c831981153e02221fa8dacf /solenv | |
parent | 0cbe992bd5fcbdbce6b7e0b1ec200634ed83f8d0 (diff) |
INTEGRATION: CWS obo21 (1.9.476); FILE MERGED
2007/12/18 09:44:06 obo 1.9.476.1: #i84233# change for .Net 2008
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/tg_res.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_res.mk b/solenv/inc/tg_res.mk index fcb42037c899..795eaf82d3fa 100644 --- a/solenv/inc/tg_res.mk +++ b/solenv/inc/tg_res.mk @@ -4,9 +4,9 @@ # # $RCSfile: tg_res.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2006-09-25 13:09:37 $ +# last change: $Author: ihi $ $Date: 2008-01-15 13:28:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ $(RCTARGET): $(RCFILES) \ $(RCDEPN) @echo ------------------------------ @echo Making: $@ -.IF "$(COMEX)"=="8" || "$(COMEX)"=="10" || "$(COMEX)"=="11" +.IF "$(CCNUMVER)" > "001300000000" .IF "$(MFC_INCLUDE)"!="" $(RC) $(INCLUDE) -I$(SOLARRESDIR) -I$(ATL_INCLUDE) -I$(MFC_INCLUDE) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS) .ELSE |