1
0
forked from 0ad/0ad

add new sysdep linux dir to build (requires rebuilding the workspace)

This was SVN commit r5366.
This commit is contained in:
janwas 2007-09-23 16:14:49 +00:00
parent 7a5655edde
commit ea791fc6ef

View File

@ -418,7 +418,7 @@ function setup_all_libs ()
"valgrind"
}
sysdep_dirs = {
linux = { "lib/sysdep/unix", "lib/sysdep/unix/x" },
linux = { "lib/sysdep/linux", "lib/sysdep/unix", "lib/sysdep/unix/x" },
-- note: RC file must be added to main_exe package.
-- note: don't add "lib/sysdep/win/aken.cpp" because that must be compiled with the DDK.
windows = { "lib/sysdep/win", "lib/sysdep/win/wposix", "lib/sysdep/win/whrt" },