We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c09d9c commit 90bd015Copy full SHA for 90bd015
1 file changed
docs/building/windows2003.html
@@ -278,6 +278,7 @@ <h2> Building the .NET Framework</h2>
278
:: DNAROOT:
279
:: The full path for the VS projects.
280
281
+:GetStarted
282
set DNAROOT=D:\NT\com\netfx
283
284
:: ---------------------
@@ -324,7 +325,9 @@ <h2> Building the .NET Framework</h2>
324
325
:: -------
326
327
:: Debug environment
-::call dnaenv debug
328
+:: dnaenv debug
329
+
330
+call :GetStarted
331
332
:: Retail environment
333
:: dnaenv retail
0 commit comments