From 1a33a9afc3b57397a8f5c7b70a1ef9df3724f552 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Thu, 22 Jul 2004 22:22:11 +0000 Subject: [PATCH] Added ps/scripting to workspaces This was SVN commit r808. --- source/workspaces/premake/premake.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/workspaces/premake/premake.lua b/source/workspaces/premake/premake.lua index 96d192d635..7a6cf78343 100755 --- a/source/workspaces/premake/premake.lua +++ b/source/workspaces/premake/premake.lua @@ -21,7 +21,7 @@ package.config["Release"].target = "ps" package.files = { -- ps/ { sourcesfromdirs("../../ps") }, - -- ps/Network/ + { sourcesfromdirs("../../ps/scripting") }, { sourcesfromdirs("../../ps/Network") }, -- simulation/ { sourcesfromdirs("../../simulation") }, @@ -64,7 +64,8 @@ package.includepaths = { "../../terrain", "../.." } -package.libpaths = {} +package.libpaths = { + } -- Platform Specifics if (OS == "windows") then