Changeset 1147 for trunk/kBuild/tools/VAC308.kmk
- Timestamp:
- Sep 27, 2007, 8:20:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/kBuild/tools/VAC308.kmk ¶
r1146 r1147 84 84 TOOL_VAC308_CXXDEFS ?= 85 85 86 TOOL_VAC308_RCOBJSUFF ?= .res 87 TOOL_VAC308_RCFLAGS ?= -n 88 TOOL_VAC308_RCINCS ?= 89 TOOL_VAC308_RCDEFS ?= 90 86 91 TOOL_VAC308_ARFLAGS ?= /nologo /noignorecase 87 92 TOOL_VAC308_ARLIBSUFF ?= .lib … … 145 150 $(abspath $(source)) \ 146 151 | $(DEP_PRE) -f -s -o $(dep) -t $(obj) - 152 endef 153 154 155 ## Compile resource source. 156 # @param $(target) Normalized main target name. 157 # @param $(source) Source filename (relative). 158 # @param $(obj) Object file name. This shall be (re)created by the compilation. 159 # @param $(dep) Dependcy file. This shall be (re)created by the compilation. 160 # @param $(flags) Flags. 161 # @param $(defs) Definitions. No -D or something. 162 # @param $(incs) Includes. No -I or something. 163 # @param $(dirdep) Directory creation dependency. 164 # @param $(deps) Other dependencies. 165 # 166 # @param $(outbase) Output basename (full). Use this for list files and such. 167 # @param $(objsuff) Object suffix. 168 TOOL_VAC308_COMPILE_RC_OUTPUT = 169 TOOL_VAC308_COMPILE_RC_DEPEND = 170 TOOL_VAC308_COMPILE_RC_DEPORD = 171 define TOOL_VAC308_COMPILE_RC_CMDS 172 $(QUIET) $(TOOL_VAC308_ENV_SETUP) $(TOOL_VAC308_RC) -r\ 173 $(flags) $(addprefix -i, $(subst /,\\,$(incs))) $(addprefix -D, $(defs))\ 174 $(subst /,\\,$(abspath $(source))) \ 175 $(obj) 147 176 endef 148 177
Note:
See TracChangeset
for help on using the changeset viewer.