synced trunk back to branch
--HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%401996
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user