source: trunk/nv_rocket.lua @ 436

Last change on this file since 436 was 352, checked in by epyon, 10 years ago
  • rocket utility classes
  • wx utility classes
  • various utilities
  • handle_test
  • various more changes
File size: 322 bytes
Line 
1project "nv-rocket"
2        location (_ACTION)
3        language "C++"
4        kind "StaticLib"
5        includedirs { "." }
6        libdirs { "c:/libRocket/bin" }
7        includedirs { "c:/libRocket/Include" } 
8        files { "nv/rocket/**.hh",     "src/rocket/**.cc" }
9        links { "nv-core", "nv-lib", "nv-io", "nv-gfx", "nv-lua", "RocketCore", "RocketDebugger" }
Note: See TracBrowser for help on using the repository browser.