Last change
on this file since 508 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 | |
---|
1 | assert( NV_RUNTIME == "dcrt" )
|
---|
2 |
|
---|
3 | project "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 |
|
---|
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
TracBrowser
for help on using the repository browser.