Modified to handle new maths, graphics and renderer directories.

This was SVN commit r311.
This commit is contained in:
notpete 2004-05-29 21:06:01 +00:00
parent f2e1fc86ec
commit bc2a24dd86

View File

@ -28,18 +28,27 @@ package.files = {
"../../lib",
"../../lib/sysdep",
"../../lib/res") },
-- terrain/
-- graphics/
{ sourcesfromdirs(
"../../terrain") },
"../../graphics") },
-- maths/
{ sourcesfromdirs(
"../../maths") },
-- renderer/
{ sourcesfromdirs(
"../../renderer") },
-- gui/
{ sourcesfromdirs(
"../../gui") },
-- terrain/
{ sourcesfromdirs(
"../../terrain") },
-- main
{ "../../main.cpp" },
-- scripting
{ sourcesfromdirs("../../scripting") }
}
package.includepaths = { "../../ps", "../../simulation", "../../lib", "../../terrain", "../.." }
package.includepaths = { "../../ps", "../../simulation", "../../lib", "../../graphics", "../../maths", "../../renderer", "../../terrain", "../.." }
-- Platform Specifics
if (OS == "windows") then