Building without Visual Studio: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Need a way to build without VS)
 
mNo edit summary
Line 2: Line 2:


The tool that will be used is msbuild.exe, which is included with the .NET Framework.
The tool that will be used is msbuild.exe, which is included with the .NET Framework.
[[Category:Source SDK FAQ]]
[[Category:Modding]]
[[Category:SDK 2013]]

Revision as of 03:49, 13 July 2016

This page will be a tutorial for building of the Source SDK 2013 without Microsoft Visual Studio.

The tool that will be used is msbuild.exe, which is included with the .NET Framework.