Changeset 466 for trunk/nv.lua
- Timestamp:
- 09/04/15 17:46:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv.lua
r410 r466 1 NV_RUNTIME = NV_RUNTIME or "scrt" 2 1 3 project "nv-core" 2 location (_ACTION )4 location (_ACTION.."/"..NV_RUNTIME) 3 5 language "C++" 4 6 kind "StaticLib" … … 7 9 8 10 project "nv-lib" 9 location (_ACTION )11 location (_ACTION.."/"..NV_RUNTIME) 10 12 language "C++" 11 13 kind "StaticLib" … … 15 17 16 18 project "nv-curses" 17 location (_ACTION )19 location (_ACTION.."/"..NV_RUNTIME) 18 20 language "C++" 19 21 kind "StaticLib" … … 23 25 24 26 project "nv-fmod" 25 location (_ACTION )27 location (_ACTION.."/"..NV_RUNTIME) 26 28 language "C++" 27 29 kind "StaticLib" … … 31 33 32 34 project "nv-sdl" 33 location (_ACTION )35 location (_ACTION.."/"..NV_RUNTIME) 34 36 language "C++" 35 37 kind "StaticLib" … … 39 41 40 42 project "nv-gl" 41 location (_ACTION )43 location (_ACTION.."/"..NV_RUNTIME) 42 44 language "C++" 43 45 kind "StaticLib" … … 47 49 48 50 project "nv-lua" 49 location (_ACTION )51 location (_ACTION.."/"..NV_RUNTIME) 50 52 language "C++" 51 53 kind "StaticLib" … … 55 57 56 58 project "nv-rogue" 57 location (_ACTION )59 location (_ACTION.."/"..NV_RUNTIME) 58 60 language "C++" 59 61 kind "StaticLib" … … 63 65 64 66 project "nv-io" 65 location (_ACTION )67 location (_ACTION.."/"..NV_RUNTIME) 66 68 language "C++" 67 69 kind "StaticLib" … … 71 73 72 74 project "nv-gfx" 73 location (_ACTION )75 location (_ACTION.."/"..NV_RUNTIME) 74 76 language "C++" 75 77 kind "StaticLib" … … 79 81 80 82 project "nv-engine" 81 location (_ACTION )83 location (_ACTION.."/"..NV_RUNTIME) 82 84 language "C++" 83 85 kind "StaticLib" … … 87 89 88 90 project "nv-formats" 89 location (_ACTION )91 location (_ACTION.."/"..NV_RUNTIME) 90 92 language "C++" 91 93 kind "StaticLib" … … 95 97 96 98 project "nv-gui" 97 location (_ACTION )99 location (_ACTION.."/"..NV_RUNTIME) 98 100 language "C++" 99 101 kind "StaticLib"
Note: See TracChangeset
for help on using the changeset viewer.