- Timestamp:
- 08/24/11 04:54:31 (13 years ago)
- File:
-
- 1 edited
-
ps/trunk/build/premake/extern_libs4.lua (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/build/premake/extern_libs4.lua
r10026 r10084 82 82 if suffix == "" then 83 83 linkoptions { "/DELAYLOAD:"..name..".dll" } 84 -- extra debug version available; use in debug /testingconfig84 -- extra debug version available; use in debug config 85 85 else 86 86 local dbg_cmd = "/DELAYLOAD:" .. name .. suffix .. ".dll" … … 88 88 89 89 configuration "Debug" 90 linkoptions { dbg_cmd }91 -- 'Testing' config uses 'Debug' DLLs92 configuration "Testing"93 90 linkoptions { dbg_cmd } 94 91 configuration "Release" … … 136 133 for i,name in pairs(names) do 137 134 configuration "Debug" 138 links { name .. suffix }139 -- 'Testing' config uses 'Debug' DLLs140 configuration "Testing"141 135 links { name .. suffix } 142 136 configuration "Release" … … 296 290 configuration "Debug" 297 291 links { "FColladaD" } 298 configuration "Testing"299 links { "FCollada" }300 292 configuration "Release" 301 293 links { "FCollada" } … … 304 296 configuration "Debug" 305 297 links { "FColladaSD" } 306 configuration "Testing"307 links { "FColladaSR" }308 298 configuration "Release" 309 299 links { "FColladaSR" } … … 395 385 configuration "Debug" 396 386 links { "libxml2" } 397 configuration "Testing"398 links { "libxml2" }399 387 configuration "Release" 400 388 links { "libxml2" } … … 488 476 configuration "Debug" 489 477 includedirs { libraries_dir.."spidermonkey/"..include_dir } 490 configuration "Testing"491 includedirs { libraries_dir.."spidermonkey/"..include_dir }492 478 configuration "Release" 493 479 includedirs { libraries_dir.."spidermonkey/"..include_dir } … … 497 483 configuration "Debug" 498 484 links { "mozjs185-ps-debug" } 499 configuration "Testing"500 links { "mozjs185-ps-debug" }501 485 configuration "Release" 502 486 links { "mozjs185-ps-release" } … … 543 527 libdirs { libraries_dir.."wxwidgets/lib/vc_lib" } 544 528 configuration "Debug" 545 links { "wxmsw28ud_gl" }546 configuration "Testing"547 529 links { "wxmsw28ud_gl" } 548 530 configuration "Release" … … 632 614 includedirs { "/opt/local/include" } 633 615 libdirs { "/opt/local/lib" } 634 configuration "Testing"635 includedirs { "/opt/local/include" }636 libdirs { "/opt/local/lib" }637 616 configuration "Release" 638 617 includedirs { "/opt/local/include" }
Note:
See TracChangeset
for help on using the changeset viewer.
