Changeset 1295 for trunk/kBuild/tools/VCC80.kmk
- Timestamp:
- Dec 1, 2007, 4:44:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80.kmk
r1288 r1295 264 264 $(subst /,\\,$(objs)) \ 265 265 $(subst /,\\,$(libs)) 266 ifdef KMK_USE_TEST 267 $(QUIET)$(TEST) -f $(out).manifest -- \ 268 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 269 else 266 270 $(QUIET)if test -f $(out).manifest; then \ 267 271 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \ 268 272 fi 273 endif 269 274 endef 270 275 … … 300 305 $(subst /,\\,$(objs)) \ 301 306 $(subst /,\\,$(libs)) 307 ifdef KMK_USE_TEST 308 $(QUIET)$(TEST) -f $(out).manifest -- \ 309 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2" 310 else 302 311 $(QUIET)if test -f $(out).manifest; then \ 303 312 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 304 313 fi 314 endif 305 315 ifeq ($(filter %.exp .def,$(othersrc)),) 306 316 ifdef KMK_NEW_CP … … 343 353 $(subst /,\\,$(objs)) \ 344 354 $(subst /,\\,$(libs)) 355 ifdef KMK_USE_TEST 356 $(QUIET)$(TEST) -f $(out).manifest -- \ 357 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; 358 else 345 359 $(QUIET)if test -f $(out).manifest; then \ 346 360 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 347 361 fi 348 endef 349 362 endif 363 endef 364
Note:
See TracChangeset
for help on using the changeset viewer.