Compiling vgui_controls.lib

From Valve Developer Community
Revision as of 17:46, 30 April 2016 by BitMage (talk | contribs) (Say which file needs changed.)
Jump to navigation Jump to search


The following is a short guide to successfully compiling your vgui2 modifications to lib\public\vgui_controls.lib. Change this line in AnimationController.cpp

return AnimationController::RelativeAlignment::a_northwest;
return a_northwest;

Open src\vgui2\controls\vgui_controls.vcproj in your MSVC++ .NET and compile it with the Release configuration.

The library should be copied and overwrite lib\public\vgui_controls.lib once the compilation is complete.

Note.pngNote:The client project requires a rebuild once the new vgui_controls.lib is made to relink it.