Skip to content

Commit f4be5a1

Browse files
Initial Commit
1 parent bf3873c commit f4be5a1

3 files changed

Lines changed: 77 additions & 0 deletions

File tree

default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h3>Contents</h3>
2020
<li><a href="#licenses">Yet More on Licensing</a></li>
2121
<li><a href="#DocumentationStyle">A Comment on Documentation Style</a></li>
2222
<li><a href="docs/index.html">Windows Internal Documentation</a></li>
23+
<li><a href="docs/building/ecma.html">Windows Internal Documentation</a></li>
2324
</ul>
2425
<h2><a name="WhatsNew"></a>What's New in the
2526
Microsoft Shared Source CLI 2.0 Release?</h2>

docs/building/ecma.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<title>Articles</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
7+
<link rel="stylesheet" href="../rotor.css">
8+
9+
</head>
10+
<body>
11+
<div id="page-wrapper">
12+
13+
<!-- Header -->
14+
<div id="header-wrapper">
15+
<div class="container">
16+
<div class="row">
17+
<div class="col-12">
18+
19+
<header id="header">
20+
21+
</header>
22+
23+
</div>
24+
</div>
25+
</div>
26+
</div>
27+
28+
<!-- Main -->
29+
<div id="main">
30+
<div class="container">
31+
<div class="row main-row">
32+
<div class="col-12">
33+
<section>
34+
<h2>Building the Shared Source Common Langauge Infustructure to XP/2003 Production
35+
</h2>
36+
<p>First read the readme first in the introductory instructions.</p>
37+
<p>Build the SSCLI with Visual Studio 2005 x86 Command Prompt.</p>
38+
<p>Install the Windows Xp/2003 DDK and launch a xp or 2003 x86 free environment.</p>
39+
<pre>build -cz</pre>
40+
41+
<p>Copy from the NT Directory the Public Directory and your Developer Directory to the SSCLI root.</p>
42+
<p>Set the INCLUDE dircetories and the LIB Directory in the Public Internal Directory.In a batch file in the Developer Directory named setenv.bat</p>
43+
<p>Copy the ZTOOLS Project to SDKTOOLS and build it with the Build Utlity.</p>
44+
45+
</section>
46+
</div>
47+
</div>
48+
</div>
49+
</div>
50+
51+
52+
<!-- Footer -->
53+
54+
<div class="row">
55+
<div class="row">
56+
<div class="col-12">
57+
<div id="copyright">
58+
&copy; Sphinx Logic. All rights reserved. <a href="https://www.microsoft.com/en-us/legal">Microsoft Legal</a>
59+
</div>
60+
</div>
61+
</div>
62+
</div>
63+
</div>
64+
65+
</div>
66+
67+
68+
<!-- Scripts -->
69+
<script src="assets/js/jquery.min.js"></script>
70+
<script src="assets/js/browser.min.js"></script>
71+
<script src="assets/js/breakpoints.min.js"></script>
72+
<script src="assets/js/util.js"></script>
73+
<script src="assets/js/main.js"></script>
74+
75+
</body>
76+
</html>

0 commit comments

Comments
 (0)