Fixed project file name mismatch in the build tool.

This commit is contained in:
David Anderson 2008-09-27 18:04:10 -07:00
parent 168f42323b
commit f0a11d3cb7

View File

@ -286,7 +286,7 @@ namespace builder
lib.package_path = "addons/sourcemod/extensions/auto.2.ep2";
lib.source_path = "extensions/structs";
lib.binary_name = "structs.ext";
lib.vcproj_name = "sdk";
lib.vcproj_name = "structs";
lib.build_mode = BuildMode.BuildMode_Episode2;
libraries.Add(lib);