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