Changeset 1295 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Dec 1, 2007, 4:44:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r1288 r1295 243 243 $(subst /,\\,$(objs)) \ 244 244 $(subst /,\\,$(libs)) 245 ifdef KMK_USE_TEST 246 $(QUIET)$(TEST) -f $(out).manifest -- \ 247 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 248 else 245 249 $(QUIET)if test -f $(out).manifest; then \ 246 250 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \ 247 251 fi 252 endif 248 253 endef 249 254 … … 279 284 $(subst /,\\,$(objs)) \ 280 285 $(subst /,\\,$(libs)) 286 ifdef KMK_USE_TEST 287 $(QUIET)$(TEST) -f $(out).manifest -- \ 288 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2" 289 else 281 290 $(QUIET)if test -f $(out).manifest; then \ 282 291 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 283 292 fi 293 endif 284 294 ifeq ($(filter %.exp .def,$(othersrc)),) 285 295 ifdef KMK_NEW_CP … … 322 332 $(subst /,\\,$(objs)) \ 323 333 $(subst /,\\,$(libs)) 334 ifdef KMK_USE_TEST 335 $(QUIET)$(TEST) -f $(out).manifest -- \ 336 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2" 337 else 324 338 $(QUIET)if test -f $(out).manifest; then \ 325 339 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 326 340 fi 327 endef 328 341 endif 342 endef 343
Note:
See TracChangeset
for help on using the changeset viewer.