Changeset 551 for trunk/nv_bullet.lua


Ignore:
Timestamp:
03/14/17 16:44:18 (8 years ago)
Author:
epyon
Message:
  • clang compatibility
  • ecs upgrades
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv_bullet.lua

    r533 r551  
    2828
    2929        includedirs { "D:/Libraries/bullet2/src/" }
    30 
    31         configuration "debug"
     30       
     31        filter { "configurations:debug", "platforms:*32" }
    3232                nv_bullet_configure( "D:/Libraries/bullet2/x86/", "RelWithDebInfo", "_rdbg" )
    3333--              nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Debug", "_debug" )
    3434
    35         configuration "profiler"
     35        filter { "configurations:profiler", "platforms:*32" }
    3636                nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Release" )
    3737
    38         configuration "release"
     38        filter { "configurations:release", "platforms:*32" }
    3939                nv_bullet_configure( "D:/Libraries/bullet2/x86/", "Release" )
    4040
    41         configuration "debug_64"
     41        filter { "configurations:debug", "platforms:*64" }
    4242                nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "RelWithDebInfo", "_rdbg" )
    4343--              nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Debug", "_debug" )
    4444
    45         configuration "profiler_64"
     45        filter { "configurations:profiler", "platforms:*64" }
    4646                nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Release" )
    4747
    48         configuration "release_64"
     48        filter { "configurations:release", "platforms:*64" }
    4949                nv_bullet_configure( "D:/Libraries/bullet2/x86_64/", "Release" )
    5050
     51        filter {}
    5152
    52 
Note: See TracChangeset for help on using the changeset viewer.