Skip to content

Commit fa57413

Browse files
Initial Commit
1 parent 90bd015 commit fa57413

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/building/windows2003.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h2> Building the .NET Framework</h2>
279279
:: The full path for the VS projects.
280280

281281
:GetStarted
282-
set DNAROOT=D:\NT\com\netfx
282+
set DNAROOT=D:\NT\com\netfx;
283283

284284
:: ---------------------
285285
:: Build Target
@@ -290,13 +290,13 @@ <h2> Building the .NET Framework</h2>
290290
:: This will result in builds being placed in directories
291291
:: like "%_URTTARGET%\v1.x86CHK"
292292

293-
set _URTTARGET=D:\complus
293+
set _URTTARGET=D:\complus;
294294

295295
:: DNABUIILT:
296296
:: If you need to build VS - use DNABUILT - binaries will be placed
297297
:: "%DNABUILT%\debug\bin\i386\complus".
298298

299-
set DNABUILT=D:\vsbuilt
299+
set DNABUILT=D:\vsbuilt;
300300

301301
:: ---------------------
302302
:: System Directory
@@ -306,26 +306,26 @@ <h2> Building the .NET Framework</h2>
306306
::
307307

308308
:: Win NT
309-
set SYSTEM_DIR=c:\winnt\system32
309+
set SYSTEM_DIR=c:\winnt\system32;
310310

311311
:: Windows XP
312-
::set SYSTEM_DIR=c:\windows\system32
312+
::set SYSTEM_DIR=c:\windows\system32;
313313

314314
::Set path to binaries.
315315

316316
:: If building URT
317-
set PATH=%PATH%;e:\complus\v1.x86CHK;%DNAROOT%\public\tools\common
318-
set PATH=%PATH%;%DNAROOT%\public\tools\%PROCESSOR_ARCHITECTURE%
317+
set PATH=%PATH%;e:\complus\v1.x86CHK;%DNAROOT%\public\tools\common;
318+
set PATH=%PATH%;%DNAROOT%\public\tools\%PROCESSOR_ARCHITECTURE%;
319319

320320
:: If building VS
321-
:: set PATH=%PATH%;D:\vsbuilt\Vc7\bin;%DNAROOT%\public\tools\common
322-
:: set PATH=%PATH%;%DNAROOT%\public\tools\%PROCESSOR_ARCHITECTURE%
321+
:: set PATH=%PATH%;D:\vsbuilt\Vc7\bin;%DNAROOT%\public\tools\common;
322+
:: set PATH=%PATH%;%DNAROOT%\public\tools\%PROCESSOR_ARCHITECTURE%;
323323
:: ------
324324
:: Set debug or retail environment
325325
:: -------
326326

327327
:: Debug environment
328-
:: dnaenv debug
328+
dnaenv debug
329329

330330
call :GetStarted
331331

0 commit comments

Comments
 (0)