- Timestamp:
- 07/16/11 00:45:50 (13 years ago)
- File:
-
- 1 edited
-
ps/trunk/build/premake/premake4.lua (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/build/premake/premake4.lua
r9830 r9836 363 363 364 364 365 -- Add command-line options to set up the manifest dependencies for Windows 366 -- (See lib/sysdep/os/win/manifest.cpp) 367 function project_add_manifest() 368 linkoptions { "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df'\"" } 369 configuration "Debug" 370 linkoptions { "\"/manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50727.4053' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'\"" } 371 configuration "Release" 372 linkoptions { "\"/manifestdependency:type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.4053' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'\"" } 373 configuration { } 374 end 375 365 376 -------------------------------------------------------------------------------- 366 377 -- engine static libraries … … 656 667 -- allow manual unload of delay-loaded DLLs 657 668 "/DELAY:UNLOAD", 658 659 -- see manifest.cpp660 "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df'\""661 669 } 662 670 663 -- see manifest.cpp 664 configuration "Debug" 665 linkoptions { "\"/manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50727.4053' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'\"" } 666 configuration "Release" 667 linkoptions { "\"/manifestdependency:type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.4053' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'\"" } 668 configuration { } 671 project_add_manifest() 669 672 670 673 elseif os.is("linux") then … … 1066 1069 linkoptions { "/INCLUDE:_wstartup_InitAndRegisterShutdown" } 1067 1070 1071 project_add_manifest() 1072 1068 1073 elseif os.is("linux") then 1069 1074
Note:
See TracChangeset
for help on using the changeset viewer.
