source: trunk/nv_wx.lua @ 480

Last change on this file since 480 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
RevLine 
[466]1assert( NV_RUNTIME == "dcrt" )
2
[352]3project "nv-wx"
[466]4        location (_ACTION.."/"..NV_RUNTIME)
[352]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 {
[410]15                "D:/Libraries/wxwidgets/include/msvc/",
16                "D:/Libraries/wxwidgets/include/",
[352]17        }
[410]18        libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" }
[352]19        defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
Note: See TracBrowser for help on using the repository browser.