Changeset 484 for trunk/nv.lua


Ignore:
Timestamp:
12/02/15 18:42:02 (10 years ago)
Author:
epyon
Message:
  • resource manager updates
  • nv-image added
  • missing stl memory added
  • several other missing files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv.lua

    r471 r484  
    8888        links { "nv-core", "nv-lib", "nv-lua" }
    8989
     90project "nv-image"
     91        location (_ACTION.."/"..NV_RUNTIME)
     92        language "C++"
     93        kind "StaticLib"
     94        includedirs { "." }
     95        files { "nv/image/**.hh", "src/image/**.cc" }
     96        links { "nv-core" }
     97
    9098project "nv-formats"
    9199        location (_ACTION.."/"..NV_RUNTIME)
Note: See TracChangeset for help on using the changeset viewer.