Compiling vgui controls.lib: Difference between revisions
Jump to navigation
Jump to search
Note:The client project requires a rebuild once the new vgui_controls.lib is made to relink it.
m (Comprehensive) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{DISPLAYTITLE:Compiling vgui_controls.lib}} | ||
The following is a short guide to successfully compiling your vgui2 modifications to <code>lib\public\vgui_controls.lib</code>. | The following is a short guide to successfully compiling your vgui2 modifications to <code>lib\public\vgui_controls.lib</code>. |
Revision as of 01:08, 30 November 2011
The following is a short guide to successfully compiling your vgui2 modifications to lib\public\vgui_controls.lib
.
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.
