Last change
on this file since 379 was
352,
checked in by epyon, 10 years ago
|
- rocket utility classes
- wx utility classes
- various utilities
- handle_test
- various more changes
|
File size:
437 bytes
|
Line | |
---|
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 {
|
---|
12 | "C:/wxwidgets/include/msvc/",
|
---|
13 | "C:/wxwidgets/include/",
|
---|
14 | }
|
---|
15 | libdirs { "C:/wxwidgets/lib/vc120_dll" }
|
---|
16 | defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
|
---|
Note: See
TracBrowser
for help on using the repository browser.