- Timestamp:
- 08/11/11 01:15:40 (13 years ago)
- Location:
- ps/trunk
- Files:
-
- 1 deleted
- 4 edited
-
build/premake/extern_libs.lua (modified) (2 diffs)
-
build/premake/extern_libs4.lua (modified) (2 diffs)
-
build/premake/premake.lua (modified) (2 diffs)
-
build/premake/premake4.lua (modified) (2 diffs)
-
libraries/devil (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/build/premake/extern_libs.lua
r9852 r9989 94 94 no_delayload = 1 95 95 }, 96 devil = {97 unix_names = { "IL", "ILU" },98 },99 96 dl = { 100 97 win_names = { }, … … 166 163 osx_frameworks = { "OpenAL" }, 167 164 dbg_suffix = "", 165 no_delayload = 1, -- delayload seems to cause errors on startup 168 166 }, 169 167 opengl = { -
ps/trunk/build/premake/extern_libs4.lua
r9852 r9989 254 254 end, 255 255 }, 256 devil = {257 compile_settings = function()258 if os.is("windows") then259 add_default_include_paths("devil")260 end261 end,262 link_settings = function()263 -- On Windows, it uses #pragma comment(lib ...) to link the library,264 -- so we only need to include the library-search-path265 if os.is("windows") then266 add_default_lib_paths("devil")267 end268 add_default_links({269 unix_names = { "IL", "ILU" },270 })271 end,272 },273 256 enet = { 274 257 compile_settings = function() … … 438 421 osx_frameworks = { "OpenAL" }, 439 422 dbg_suffix = "", 423 no_delayload = 1, -- delayload seems to cause errors on startup 440 424 }) 441 425 end, -
ps/trunk/build/premake/premake.lua
r9987 r9989 848 848 "boost", 849 849 "comsuppw", 850 "devil",851 850 --"ffmpeg", -- disabled for now because it causes too many build difficulties 852 851 "libxml2", … … 873 872 },{ -- include 874 873 },{ -- extern_libs 875 "devil",876 874 "xerces", 877 875 "zlib" -
ps/trunk/build/premake/premake4.lua
r9987 r9989 815 815 "boost", 816 816 "comsuppw", 817 "devil",818 817 --"ffmpeg", -- disabled for now because it causes too many build difficulties 819 818 "libxml2", … … 841 840 },{ -- include 842 841 },{ -- extern_libs 843 "devil",844 842 "xerces", 845 843 "zlib"
Note:
See TracChangeset
for help on using the changeset viewer.
