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 | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | -- RL project definition |
2 | project "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.