source: trunk/tests/render_test/render_test.lua @ 229

Last change on this file since 229 was 120, checked in by epyon, 12 years ago
  • Nova now properly compiles and works under: mingw GCC 4.6 32-bit target mingw GCC 4.6 64-bit targte clang 3.2 32-bit target (64-bit clang doesn't work under windows)
  • warning removal will follow soon
File size: 143 bytes
Line 
1-- RL project definition
2project "rl"
3        kind "ConsoleApp"
4        files { "rl.cc" }
5        includedirs { "../../" }
6        targetname "rl"
7        links { "nv" }
8 
Note: See TracBrowser for help on using the repository browser.