Re-landed automating updating (bug 3530, r=pred).

This commit is contained in:
David Anderson
2009-03-01 01:35:39 -05:00
parent 2e8a53ff34
commit 6ebbb48f9f
4 changed files with 26 additions and 1 deletions
+7
View File
@@ -330,6 +330,13 @@ namespace builder
lib.vcproj_name = "curl";
libraries.Add(lib);
lib = new Library();
lib.package_path = "addons/sourcemod/extensions";
lib.source_path = "extensions/updater";
lib.binary_name = "updater.ext";
lib.vcproj_name = "updater";
libraries.Add(lib);
return (Library [])libraries.ToArray(typeof(Library));
}