updated linux build, removed ep2 builds for linux

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401560
This commit is contained in:
David Anderson 2007-10-14 19:57:53 +00:00
parent c5dd1bddd4
commit aa27367a3f
2 changed files with 8 additions and 5 deletions

View File

@ -171,6 +171,11 @@ namespace builder
string bin = null, binpath = null;
for (int i=0; i<libs.Length; i++)
{
if (cfg.Platform == BasePlatform.Platform_Linux
|| libs[i].build_mode == BuildMode.BuildMode_Episode2)
{
continue;
}
if (BuildLibrary(pkg, libs[i], ref bin, ref binpath))
{
path = Config.PathFormat("{0}/{1}/{2}/{3}",

View File

@ -1,6 +1,4 @@
OutputBase = /home/users/dvander/done
SourceBase = /home/users/dvander/sourcemod/trunk
OutputBase = /home/dvander/done
SourceBase = /home/dvander/sourcemod/trunk
BuilderPath = /usr/bin/make
SVNVersion = /usr/bin/svnversion
ProductVersion = 1.0.0
Compressor = /bin/tar