source: trunk/nv_wx.lua @ 444

Last change on this file since 444 was 410, checked in by epyon, 10 years ago
  • merge of vertex_descriptor and key_descriptor concepts - unified raw data description via data_descriptor
  • minor bugfixes
File size: 467 bytes
Line 
1project "nv-wx"
2        language "C++"
3        kind "StaticLib"
4        files { "nv/wx/**.hh", "src/wx/**.cc" }
5        includedirs {
6                "../nv"
7        }
8        links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx", "nv-sdl" }
9
10solution "*"
11        includedirs {
12                "D:/Libraries/wxwidgets/include/msvc/",
13                "D:/Libraries/wxwidgets/include/",
14        }
15        libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" }
16        defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
Note: See TracBrowser for help on using the repository browser.