- Timestamp:
- 08/24/11 02:15:00 (13 years ago)
- File:
-
- 1 edited
-
ps/trunk/build/premake/premake4.lua (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/build/premake/premake4.lua
r10026 r10082 52 52 end 53 53 location(_OPTIONS["outpath"]) 54 configurations { "Release", "Debug" , "Testing"}54 configurations { "Release", "Debug" } 55 55 56 56 -- Get some environement specific information used later. … … 117 117 targetsuffix("_dbg") 118 118 119 configuration "Testing"120 objdir(obj_dir_prefix.."Test")121 targetsuffix("_test")122 123 119 configuration "Release" 124 120 objdir(obj_dir_prefix.."Release") … … 139 135 configuration "Debug" 140 136 defines { "DEBUG" } 141 142 configuration "Testing"143 defines { "TESTING" }144 137 145 138 configuration "Release" … … 689 682 -- For debug_resolve_symbol 690 683 configuration "Debug" 691 linkoptions { "-rdynamic" }692 configuration "Testing"693 684 linkoptions { "-rdynamic" } 694 685 configuration { } … … 1096 1087 configuration "Debug" 1097 1088 linkoptions { "-rdynamic" } 1098 configuration "Testing"1099 linkoptions { "-rdynamic" }1100 1089 configuration { } 1101 1090
Note:
See TracChangeset
for help on using the changeset viewer.
