Added ps/scripting to workspaces

This was SVN commit r808.
This commit is contained in:
Ykkrosh 2004-07-22 22:22:11 +00:00
parent 5470eff53c
commit 1a33a9afc3

View File

@ -21,7 +21,7 @@ package.config["Release"].target = "ps"
package.files = { package.files = {
-- ps/ -- ps/
{ sourcesfromdirs("../../ps") }, { sourcesfromdirs("../../ps") },
-- ps/Network/ { sourcesfromdirs("../../ps/scripting") },
{ sourcesfromdirs("../../ps/Network") }, { sourcesfromdirs("../../ps/Network") },
-- simulation/ -- simulation/
{ sourcesfromdirs("../../simulation") }, { sourcesfromdirs("../../simulation") },
@ -64,7 +64,8 @@ package.includepaths = {
"../../terrain", "../../terrain",
"../.." } "../.." }
package.libpaths = {} package.libpaths = {
}
-- Platform Specifics -- Platform Specifics
if (OS == "windows") then if (OS == "windows") then