Structs now builds for the old engine (bug 3286)
This commit is contained in:
@@ -290,6 +290,14 @@ namespace builder
|
||||
lib.build_mode = BuildMode.BuildMode_Episode2;
|
||||
libraries.Add(lib);
|
||||
|
||||
lib = new Library();
|
||||
lib.package_path = "addons/sourcemod/extensions/auto.1.ep1";
|
||||
lib.source_path = "extensions/structs";
|
||||
lib.binary_name = "structs.ext";
|
||||
lib.vcproj_name = "structs";
|
||||
lib.build_mode = BuildMode.BuildMode_OldMetamod;
|
||||
libraries.Add(lib);
|
||||
|
||||
return (Library [])libraries.ToArray(typeof(Library));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user