Changeset 551 for trunk/nv_bullet.lua
- Timestamp:
- 03/14/17 16:44:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv_bullet.lua
r533 r551 28 28 29 29 includedirs { "D:/Libraries/bullet2/src/" } 30 31 configuration "debug"30 31 filter { "configurations:debug", "platforms:*32" } 32 32 nv_bullet_configure( "D:/Libraries/bullet2/x86/", "RelWithDebInfo", "_rdbg" ) 33 33 -- nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Debug", "_debug" ) 34 34 35 configuration "profiler"35 filter { "configurations:profiler", "platforms:*32" } 36 36 nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Release" ) 37 37 38 configuration "release"38 filter { "configurations:release", "platforms:*32" } 39 39 nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Release" ) 40 40 41 configuration "debug_64"41 filter { "configurations:debug", "platforms:*64" } 42 42 nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "RelWithDebInfo", "_rdbg" ) 43 43 -- nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Debug", "_debug" ) 44 44 45 configuration "profiler_64"45 filter { "configurations:profiler", "platforms:*64" } 46 46 nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Release" ) 47 47 48 configuration "release_64"48 filter { "configurations:release", "platforms:*64" } 49 49 nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Release" ) 50 50 51 filter {} 51 52 52
Note: See TracChangeset
for help on using the changeset viewer.