source: trunk/tests/lualib_test/rl.lua @ 99

Last change on this file since 99 was 52, checked in by epyon, 12 years ago
  • tests/lualib_test - simple interpreter for testing libraries
File size: 215 bytes
Line 
1-- RL project definition
2project "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.