Changeset 520 for trunk/nv_wx.lua
- Timestamp:
- 10/03/16 17:45:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv_wx.lua
r466 r520 1 1 assert( NV_RUNTIME == "dcrt" ) 2 3 project "*" 4 includedirs { 5 "D:/Libraries/wxwidgets/include/msvc/", 6 "D:/Libraries/wxwidgets/include/", 7 } 8 libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" } 9 defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" } 2 10 3 11 project "nv-wx" … … 11 19 links { "nv-core", "nv-gl", "nv-formats", "nv-lua", "nv-lib", "nv-io", "nv-gfx", "nv-sdl" } 12 20 13 solution "*"14 includedirs {15 "D:/Libraries/wxwidgets/include/msvc/",16 "D:/Libraries/wxwidgets/include/",17 }18 libdirs { "D:/Libraries/wxwidgets/lib/vc140_dll" }19 defines { "__WXMSW__", "_UNICODE", "WXUSINGDLL", "wxMSVC_VERSION_AUTO" }
Note: See TracChangeset
for help on using the changeset viewer.