source: trunk/nv_wx.lua @ 497

Last change on this file since 497 was 466, checked in by epyon, 10 years ago
  • support for separate runtime CRT build
  • wx fix for new gl headers
File size: 539 bytes
Line 
1assert( NV_RUNTIME == "dcrt" )
2
3project "nv-wx"
4        location (_ACTION.."/"..NV_RUNTIME)
5        language "C++"
6        kind "StaticLib"
7        files { "nv/wx/**.hh", "src/wx/**.cc" }
8        includedirs {
9                "../nv"
10        }
11        links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx", "nv-sdl" }
12
13solution "*"
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 TracBrowser for help on using the repository browser.