Skip to content

Commit ac89b47

Browse files
Initial Commit
1 parent 002dc5a commit ac89b47

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/building/windows2003.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,6 @@ <h3>Setting up VSBUILT</h3>
127127
<p>Once you set a razzle window you can open up 'alias' and see a list of your projects and codebases and start building projects. You might was to build the ddk and sdk first.</p>
128128
<p>The BAK series of projects is for personal NT projects the public->internel is a skelecton on the source tree made for Freebsd 4.0, SCO sources and Longhorn or Vista Samples.</p>
129129
<pre>set sdxroot=D:\NT</pre>
130-
<p>The why to start building projects in change to the SDKTOOLS->DEBUGGERS->VS->ENLISTMENTS and run envss.cmd you can edit this file to fit your projects needs. Your Project Directory should be you Visual Studio Root</p>
131-
<p>Here is a Visual Studio starter project:</p>
132-
<pre>
133-
// figC_01.c
134-
135-
int main(void)
136-
{
137-
printf("Hello World");
138-
}
139-
</pre>
140130
<pre>You can try to run sdx.cmd</pre>
141131
<pre>Rename 'projects.map' in the tools directory to 'sd.map' and place in the root of the NT directory.</pre>
142132
<pre>enlist projects ex: sdx enlist NT main com -c</pre>
@@ -155,7 +145,16 @@ <h3>Setting up VSBUILT</h3>
155145
<p><a href="https://deitel.com/c-plus-plus-how-to-program-10-e/">Deitel How to Program C++</a></p>
156146

157147
<p>Put your Detial Examples, XP Samples and your DDK & SDK Samples in private.</p>
148+
<p>The why to start building projects in change to the SDKTOOLS->DEBUGGERS->VS->ENLISTMENTS and run envss.cmd you can edit this file to fit your projects needs. Your Project Directory should be you Visual Studio Root</p>
149+
<p>Here is a Visual Studio starter project:</p>
150+
<pre>
151+
// figC_01.c
158152

153+
int main(void)
154+
{
155+
printf("Hello World");
156+
}
157+
</pre>
159158
<a href="symbols.html">Building the Internal IDW SDK</a>
160159

161160
<pre>Build or find xcopy and findstr from the RTM DVD and place on path</pre>

0 commit comments

Comments
 (0)