Skip to content

Commit 3c09d9c

Browse files
Initial Commit
1 parent 3d0512e commit 3c09d9c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/building/windows2003.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,20 @@ <h2> Building the .NET Framework</h2>
339339
::alias mitroot "pushd %DNAROOT%\src\MIT\$*"
340340
::alias mobile "pushd %DNAROOT%\src\MIT\system\web\mobile\$*"
341341
</pre>
342+
<p>In order to do things in the DNA build system, you need to have a command prompt open with the correct environment set up. To do this:</p>
343+
344+
<p>Open a command prompt.</p>
345+
<p>If you are using the batch file from the previous step, this is already setup for you - just run that.</p>
346+
<p>Else, type "dnaenv debug" or "dnaenv retail".</p>
347+
348+
<p>This will create an environment for making debug or retail builds. If you omit the type, debug is the default. You can change from one to another by running dnaenv again.</p>
349+
350+
351+
<p>It is important to note that any time you use the build environment, you must run dnaenv. If you don't then environment variables won't be set correctly and necessary directories may not exist, and the build will not work. Most of the directions following this assume you are running in a build window.</p>
352+
353+
354+
<p>Another important note is that if you delete the %DNABUILT% tree, you must re-run dnaenv to create directories in this tree. If you do not, midl will not work properly when building idl files.</p>
355+
342356
<h2>This topic provides examples of using BinPlace from the command-line.</h2>
343357

344358
<p>First, you can set the root destination directory as follows:</p>

0 commit comments

Comments
 (0)