build tool now has regex+tf2 extensions
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401995
This commit is contained in:
parent
f0f44687b6
commit
50c50a8f6c
@ -260,6 +260,21 @@ namespace builder
|
||||
lib.vcproj_name = "topmenus";
|
||||
libraries.Add(lib);
|
||||
|
||||
lib = new Library();
|
||||
lib.package_path = "addons/sourcemod/extensions/auto.2.ep2";
|
||||
lib.source_path = "extensions/tf2";
|
||||
lib.binary_name = "game.tf2.ext";
|
||||
lib.vcproj_name = "tf2";
|
||||
lib.build_mode = BuildMode.BuildMode_Episode2;
|
||||
libraries.Add(lib);
|
||||
|
||||
lib = new Library();
|
||||
lib.package_path = "addons/sourcemod/extensions";
|
||||
lib.source_path = "extensions/regex";
|
||||
lib.binary_name = "regex.ext";
|
||||
lib.vcproj_name = "regex";
|
||||
libraries.Add(lib);
|
||||
|
||||
return (Library [])libraries.ToArray(typeof(Library));
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
OutputBase = /home/dvander/done
|
||||
OutputBase = /home/dvander/bin
|
||||
SourceBase = /home/dvander/sourcemod/trunk
|
||||
BuilderPath = /usr/bin/make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user