Changeset 533 for trunk/nv_bullet.lua
- Timestamp:
- 01/12/17 13:16:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv_bullet.lua
r520 r533 27 27 links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx" } 28 28 29 includedirs { "D:/Libraries/bullet2/src/" } 30 29 31 configuration "debug" 30 nv_bullet_configure( "D:/Libraries/bullet2/", "Debug", "_debug" ) 32 nv_bullet_configure( "D:/Libraries/bullet2/x86/", "RelWithDebInfo", "_rdbg" ) 33 -- nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Debug", "_debug" ) 31 34 32 configuration "not debug" 33 nv_bullet_configure( "D:/Libraries/bullet2/", "Release" ) 35 configuration "profiler" 36 nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Release" ) 37 38 configuration "release" 39 nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Release" ) 40 41 configuration "debug_64" 42 nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "RelWithDebInfo", "_rdbg" ) 43 -- nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Debug", "_debug" ) 44 45 configuration "profiler_64" 46 nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Release" ) 47 48 configuration "release_64" 49 nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Release" ) 34 50 35 51 52
Note: See TracChangeset
for help on using the changeset viewer.