Changeset 2735 in kBuild
- Timestamp:
- Dec 9, 2014 3:35:45 PM (10 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/sdks/WINPSDK.kmk
r2602 r2735 92 92 $(PATH_SDK_WINPSDK_LIB.x86)/Gdi32.Lib \ 93 93 $(PATH_SDK_WINPSDK_LIB.x86)/AdvAPI32.Lib \ 94 $(PATH_SDK_WINPSDK_LIB.x86)/ Shell32.Lib \94 $(PATH_SDK_WINPSDK_LIB.x86)/shell32.lib \ 95 95 $(PATH_SDK_WINPSDK_LIB.x86)/ShLwApi.Lib \ 96 96 $(PATH_SDK_WINPSDK_LIB.x86)/SetupAPI.Lib \ -
trunk/kBuild/sdks/WINPSDK71.kmk
r2602 r2735 92 92 $(PATH_SDK_WINPSDK71_LIB.x86)/Gdi32.Lib \ 93 93 $(PATH_SDK_WINPSDK71_LIB.x86)/AdvAPI32.Lib \ 94 $(PATH_SDK_WINPSDK71_LIB.x86)/ Shell32.Lib \94 $(PATH_SDK_WINPSDK71_LIB.x86)/shell32.lib \ 95 95 $(PATH_SDK_WINPSDK71_LIB.x86)/ShLwApi.Lib \ 96 96 $(PATH_SDK_WINPSDK71_LIB.x86)/SetupAPI.Lib \ -
trunk/kBuild/tools/VCC100.kmk
r2726 r2735 330 330 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 331 331 @$(outbase).rsp 332 ifndef TOOL_VCC100_NO_AUTO_MANIFEST 332 333 $(QUIET)$(TEST) -f $(out).manifest -- \ 333 334 $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 335 endif 334 336 endef 335 337 … … 371 373 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 372 374 @$(outbase).rsp 375 ifndef TOOL_VCC100_NO_AUTO_MANIFEST 373 376 $(QUIET)$(TEST) -f $(out).manifest -- \ 374 377 $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 378 endif 375 379 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 376 380 $(eval _DIRS += $(PATH_STAGE_LIB)) … … 412 416 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 413 417 @$(outbase).rsp 418 ifndef TOOL_VCC100_NO_AUTO_MANIFEST 414 419 $(QUIET)$(TEST) -f $(out).manifest -- \ 415 420 $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 416 endef 417 421 endif 422 endef 423 -
trunk/kBuild/tools/VCC100AMD64.kmk
r2726 r2735 307 307 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 308 308 @$(outbase).rsp 309 ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST 309 310 $(QUIET)$(TEST) -f $(out).manifest -- \ 310 311 $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 312 endif 311 313 endef 312 314 … … 348 350 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 349 351 @$(outbase).rsp 352 ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST 350 353 $(QUIET)$(TEST) -f $(out).manifest -- \ 351 354 $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 355 endif 352 356 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 353 357 $(eval _DIRS += $(PATH_STAGE_LIB)) … … 389 393 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 390 394 @$(outbase).rsp 395 ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST 391 396 $(QUIET)$(TEST) -f $(out).manifest -- \ 392 397 $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 393 endef 394 398 endif 399 endef 400 -
trunk/kBuild/tools/VCC100X86.kmk
r2726 r2735 308 308 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 309 309 @$(outbase).rsp 310 ifndef TOOL_VCC100X86_NO_AUTO_MANIFEST 310 311 $(QUIET)$(TEST) -f $(out).manifest -- \ 311 312 $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 313 endif 312 314 endef 313 315 … … 349 351 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 350 352 @$(outbase).rsp 353 ifndef TOOL_VCC100X86_NO_AUTO_MANIFEST 351 354 $(QUIET)$(TEST) -f $(out).manifest -- \ 352 355 $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 356 endif 353 357 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 354 358 $(eval _DIRS += $(PATH_STAGE_LIB)) … … 390 394 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 391 395 @$(outbase).rsp 396 ifndef TOOL_VCC100X86_NO_AUTO_MANIFEST 392 397 $(QUIET)$(TEST) -f $(out).manifest -- \ 393 398 $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 394 endef 395 399 endif 400 endef 401
Note:
See TracChangeset
for help on using the changeset viewer.