Build fix attempt
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402142
This commit is contained in:
parent
c7dbacc134
commit
f388b0612b
@ -690,6 +690,10 @@
|
||||
RelativePath="..\query.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\menus.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
@ -708,6 +712,10 @@
|
||||
RelativePath="..\query.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\menus.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
@ -282,6 +282,7 @@ namespace builder
|
||||
lib.source_path = "extensions/clientprefs";
|
||||
lib.binary_name = "clientprefs.ext";
|
||||
lib.vcproj_name = "clientprefs";
|
||||
lib.build_mode = BuildMode.BuildMode_Episode2;
|
||||
libraries.Add(lib);
|
||||
|
||||
return (Library [])libraries.ToArray(typeof(Library));
|
||||
@ -320,6 +321,7 @@ namespace builder
|
||||
plugins.Add(new Plugin("rockthevote", true));
|
||||
plugins.Add(new Plugin("adminmenu"));
|
||||
plugins.Add(new Plugin("playercommands"));
|
||||
plugins.Add(new Plugin("clientprefs"));
|
||||
|
||||
return (Plugin [])plugins.ToArray(typeof(Plugin));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user