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 = {
-- 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