Changeset 533 for trunk/nv_bullet.lua


Ignore:
Timestamp:
01/12/17 13:16:48 (8 years ago)
Author:
epyon
Message:
  • getting rid of size_t
  • datatypes now restricted to uint32 size
  • 64-bit compatibility
  • copyright updates where modified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv_bullet.lua

    r520 r533  
    2727        links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx" }
    2828
     29        includedirs { "D:/Libraries/bullet2/src/" }
     30
    2931        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" )
    3134
    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" )
    3450
    3551
     52
Note: See TracChangeset for help on using the changeset viewer.