1
0
forked from 0ad/0ad

remove ddraw dependency, use wmi instead

This was SVN commit r5531.
This commit is contained in:
janwas 2007-12-29 16:20:23 +00:00
parent 6c99218ce1
commit 5768b9b8ab
2 changed files with 7 additions and 8 deletions

View File

@ -77,7 +77,6 @@ extern_lib_defs = {
unix_names = { "IL", "ILU" },
},
directx = {
win_names = { "ddraw", },
dbg_suffix = "",
},
fcollada = {

View File

@ -316,6 +316,7 @@ function setup_all_libs ()
setup_static_lib_package("network", source_dirs, extern_libs, {})
source_dirs = {
"dcdt/se",
"ps",
"ps/scripting",
"ps/Network",
@ -326,8 +327,7 @@ function setup_all_libs ()
"sound",
"scripting",
"maths",
"maths/scripting",
"dcdt/se"
"maths/scripting"
}
extern_libs = {
"spidermonkey",
@ -400,19 +400,19 @@ function setup_all_libs ()
source_dirs = {
"lib",
"lib/allocators",
"lib/posix",
"lib/sysdep",
"lib/sysdep/ia32",
"lib/external_libraries",
"lib/file",
"lib/file/archive",
"lib/file/common",
"lib/file/io",
"lib/file/vfs",
"lib/posix",
"lib/res",
"lib/res/graphics",
"lib/res/sound",
"lib/tex",
"lib/external_libraries"
"lib/sysdep",
"lib/sysdep/ia32",
"lib/tex"
}
extern_libs = {
"boost",