source: trunk/nv_wx.lua @ 533

Last change on this file since 533 was 520, checked in by epyon, 9 years ago
  • 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 size: 540 bytes
Line 
1assert( 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" }
10
11project "nv-wx"
12        location (_ACTION.."/"..NV_RUNTIME)
13        language "C++"
14        kind "StaticLib"
15        files { "nv/wx/**.hh", "src/wx/**.cc" }
16        includedirs {
17                "../nv"
18        }
19        links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx", "nv-sdl" }
20
Note: See TracBrowser for help on using the repository browser.