<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.windows.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'install.windows.building.php',
    1 => 'Erstellen aus dem Quellcode',
    2 => 'Erstellen aus dem Quellcode',
  ),
  'up' => 
  array (
    0 => 'install.windows.php',
    1 => 'Installation auf Windows-Systemen',
  ),
  'prev' => 
  array (
    0 => 'install.windows.tools.php',
    1 => 'Drittanbieter-Tools zur Installation von PHP',
  ),
  'next' => 
  array (
    0 => 'install.windows.commandline.php',
    1 => 'PHP auf Windows-Systemen auf der Kommandozeile ausf&uuml;hren',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'install/windows/building.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.windows.building" class="sect1">
 <h2 class="title">Erstellen aus dem Quellcode</h2>
 <p class="simpara">
  Siehe die <a href="https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2" class="link external">&raquo;&nbsp;Schritt für
  Schritt Anleitung</a> für die Kompilierung mit Visual Studio.
 </p>
</div><?php manual_footer($setup); ?>