source:
trunk/tests/lualib_test/rl.lua
@
90
Last change on this file since 90 was 52, checked in by epyon, 12 years ago | |
---|---|
File size: 215 bytes |
Line | |
---|---|
1 | -- RL project definition |
2 | project "rl" |
3 | kind "ConsoleApp" |
4 | files { "src/**.hh", "src/**.cc", "rl.cc" } |
5 | includedirs { "src", "../nv" } |
6 | targetname "rl" |
7 | defines { "_SCL_SECURE_NO_WARNINGS" } |
8 | links { "nv" } |
9 |
Note: See TracBrowser
for help on using the repository browser.