Last change
on this file was
351,
checked in by epyon, 10 years ago
|
- gui hover and selected support
- minor changes
|
File size:
438 bytes
|
Rev | Line | |
---|
[127] | 1 | solution "nv_gui_test"
|
---|
| 2 | configurations { "debug", "release" }
|
---|
| 3 |
|
---|
| 4 | language "C++"
|
---|
| 5 | flags { "ExtraWarnings", "NoPCH" }
|
---|
| 6 |
|
---|
| 7 | configuration "debug"
|
---|
| 8 | defines { "DEBUG" }
|
---|
| 9 | flags { "Symbols", "StaticRuntime" }
|
---|
[321] | 10 | objdir ("../../".._ACTION.."/debug")
|
---|
[127] | 11 |
|
---|
| 12 | configuration "release"
|
---|
| 13 | defines { "NDEBUG" }
|
---|
| 14 | flags { "Optimize", "StaticRuntime" }
|
---|
[321] | 15 | objdir ("../../".._ACTION.."/release")
|
---|
[127] | 16 |
|
---|
[351] | 17 | dofile("../../nv.lua")
|
---|
[127] | 18 | dofile("gui_test.lua")
|
---|
Note: See
TracBrowser
for help on using the repository browser.