Compiling Zandronum with Visual Studio: Difference between revisions

Add info about the topic and evolve extensions
(Updated repo link to Heptapod)
Tag: Source edit
(Add info about the topic and evolve extensions)
Tag: Source edit
Line 37: Line 37:


Used for downloading the soruce and fetching the Mercurial revision ID when compiling the build.
Used for downloading the soruce and fetching the Mercurial revision ID when compiling the build.
If you wish to build a specific topic, you must enable the <tt>topic</tt> and <tt>evolve</tt> Mercurial extensions. To do so, either:
* Open TortoiseHg Workbench, go to the File menu -> Settings, open the global settings tab, open the Extensions section, and select the <tt>topic</tt> and <tt>evolve</tt> extensions, then completely exit TortoiseHg Workbench.
* or add the following to <tt>mercurial.ini</tt> in your user directory:
  <syntaxhighlight lang="ini">
[extensions]
topic =
evolve =
</syntaxhighlight>


== DirectX SDK ==
== DirectX SDK ==