1
0
forked from 0ad/0ad

output directory now correct

This was SVN commit r257.
This commit is contained in:
janwas 2004-05-24 00:08:38 +00:00
parent 8f9dc744df
commit cf5e2524c2

View File

@ -2,8 +2,8 @@ dofile("functions.lua")
-- Set up the Project
project.name = "prometheus"
project.bindir = "../../binaries/system"
project.libdir = "../../binaries/system"
project.bindir = "../../../binaries/system"
project.libdir = "../../../binaries/system"
-- Start the package part
package = newpackage()