Changeset 520 for trunk/nv_wx.lua


Ignore:
Timestamp:
10/03/16 17:45:46 (9 years ago)
Author:
epyon
Message:
  • ecs updates
  • animation updates
  • ragdoll manager
  • lua has own random engine
  • several minor fixes
  • particle engine/particle group
  • shitload of other stuff
  • bullet world
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv_wx.lua

    r466 r520  
    11assert( NV_RUNTIME == "dcrt" )
     2
     3project "*"
     4        includedirs {
     5                "D:/Libraries/wxwidgets/include/msvc/",
     6                "D:/Libraries/wxwidgets/include/",
     7        }
     8        libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" }
     9        defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
    210
    311project "nv-wx"
     
    1119        links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx", "nv-sdl" }
    1220
    13 solution "*"
    14         includedirs {
    15                 "D:/Libraries/wxwidgets/include/msvc/",
    16                 "D:/Libraries/wxwidgets/include/",
    17         }
    18         libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" }
    19         defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
Note: See TracChangeset for help on using the changeset viewer.