summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_res.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:22:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:22:59 +0000
commit0824e044c0d0f679888cd3fd08c5af0cd476c48a (patch)
tree5bb07a399e5dbc488c44b4c6c02c3ede8eaa2c20 /solenv/inc/tg_res.mk
parentf892a980573030ab9e85172e6c0eefaf195d3427 (diff)
INTEGRATION: CWS obo02 (1.4.12); FILE MERGED
2003/05/20 14:40:32 obo 1.4.12.1: #i14319# winres.h has moved
Diffstat (limited to 'solenv/inc/tg_res.mk')
-rw-r--r--solenv/inc/tg_res.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/inc/tg_res.mk b/solenv/inc/tg_res.mk
index edff6a6ddacf..71ce28ca299d 100644
--- a/solenv/inc/tg_res.mk
+++ b/solenv/inc/tg_res.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_res.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2003-04-28 16:45:23 $
+# last change: $Author: vg $ $Date: 2003-05-22 09:22:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,7 +70,11 @@ $(RCTARGET): $(RCFILES) \
.IF "$(NO_REC_RES)"!=""
@+-$(MKDIR) $(@:d:d) >& $(NULLDEV)
.ENDIF
+.IF "$(COMEX)"=="8"
+ $(RC) $(INCLUDE) -I$(SOLARRESDIR) -I$(ATL_INCLUDE) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
+.ELSE
$(RC) $(INCLUDE) -I$(SOLARRESDIR) $(RCLANGFLAGS_$(@:d:d:b)) $(RCFLAGS)
+.ENDIF
.IF "$(NO_REC_RES)"!=""
@+echo > $(RES)$/$(@:f)
.ENDIF