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:
parent
c5dd1bddd4
commit
aa27367a3f
@ -171,6 +171,11 @@ namespace builder
|
|||||||
string bin = null, binpath = null;
|
string bin = null, binpath = null;
|
||||||
for (int i=0; i<libs.Length; i++)
|
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))
|
if (BuildLibrary(pkg, libs[i], ref bin, ref binpath))
|
||||||
{
|
{
|
||||||
path = Config.PathFormat("{0}/{1}/{2}/{3}",
|
path = Config.PathFormat("{0}/{1}/{2}/{3}",
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
OutputBase = /home/users/dvander/done
|
OutputBase = /home/dvander/done
|
||||||
SourceBase = /home/users/dvander/sourcemod/trunk
|
SourceBase = /home/dvander/sourcemod/trunk
|
||||||
BuilderPath = /usr/bin/make
|
BuilderPath = /usr/bin/make
|
||||||
SVNVersion = /usr/bin/svnversion
|
|
||||||
ProductVersion = 1.0.0
|
|
||||||
Compressor = /bin/tar
|
|
||||||
|
Loading…
Reference in New Issue
Block a user