source: trunk/nv.lua @ 42

Last change on this file since 42 was 2, checked in by epyon, 13 years ago
  • trunk layout
  • premake files
File size: 191 bytes
RevLine 
[2]1-- project definition for nv
2project "nv"
3        location (_ACTION)
4    language "C++"
5        kind "StaticLib"
6        includedirs { "." }
7        files { "nv/**.hh", "nv/**.inl", "src/**.cc" }
8        targetname "nv"
Note: See TracBrowser for help on using the repository browser.