From ea791fc6ef2ad29fedd883ec197d78ed51e287e4 Mon Sep 17 00:00:00 2001 From: janwas Date: Sun, 23 Sep 2007 16:14:49 +0000 Subject: [PATCH] add new sysdep linux dir to build (requires rebuilding the workspace) This was SVN commit r5366. --- build/premake/premake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/premake/premake.lua b/build/premake/premake.lua index 93bd35e41c..e285a8827f 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -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" },