source:
trunk/tests/lualib_test/rl.lua
@
52
Last change on this file since 52 was 52, checked in by epyon, 12 years ago | |
---|---|
File size: 215 bytes |
Rev | Line | |
---|---|---|
[52] | 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.