summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_res.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 15:13:15 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 15:13:15 +0000
commit108fbdaaacfd436061904b653cc8330eeb019e6f (patch)
tree23be8091425280946639bb062763d7cf4056b54f /solenv/inc/tg_res.mk
parent0dc2e46fd0ef153145d4562c79ef03a7db9246ef (diff)
INTEGRATION: CWS mergebuild (1.5.46); FILE MERGED
2003/11/18 21:30:54 hjs 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2003/10/24 17:17:37 hjs 1.5.46.1: #i8252# make windows native resource targets aware of iso codes
Diffstat (limited to 'solenv/inc/tg_res.mk')
-rw-r--r--solenv/inc/tg_res.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/solenv/inc/tg_res.mk b/solenv/inc/tg_res.mk
index 4208685db689..02d38f314788 100644
--- a/solenv/inc/tg_res.mk
+++ b/solenv/inc/tg_res.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_res.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: vg $ $Date: 2003-10-06 18:30:34 $
+# last change: $Author: hjs $ $Date: 2004-06-25 16:13:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -66,16 +66,10 @@ $(RCTARGET): $(RCFILES) \
$(RCDEPN)
@echo ------------------------------
@echo Making: $@
-# RCLANGFLAGS fuer setup/loader
-.IF "$(NO_REC_RES)"!=""
- @+-$(MKDIR) $(@:d:d) >& $(NULLDEV)
-.ENDIF
.IF "$(COMEX)"=="8" || "$(COMEX)"=="10"
$(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
.ENDIF
+