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

Last change on this file since 93 was 46, checked in by epyon, 12 years ago
  • tests directory added
  • render_test added (old visual test with new syntax)
File size: 183 bytes
Line 
1-- RL project definition
2project "rl"
3        kind "ConsoleApp"
4        files { "rl.cc" }
5        includedirs { "../../" }
6        targetname "rl"
7        defines { "_SCL_SECURE_NO_WARNINGS" }
8        links { "nv" }
9 
Note: See TracBrowser for help on using the repository browser.