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
|
Rev | Line | |
---|
[352] | 1 | project "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 |
|
---|
| 10 | solution "*"
|
---|
| 11 | includedirs {
|
---|
[410] | 12 | "D:/Libraries/wxwidgets/include/msvc/",
|
---|
| 13 | "D:/Libraries/wxwidgets/include/",
|
---|
[352] | 14 | }
|
---|
[410] | 15 | libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" }
|
---|
[352] | 16 | defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
|
---|
Note: See
TracBrowser
for help on using the repository browser.