Skip to content

Commit b82f22b

Browse files
Jonathan MooreJonathan Moore
authored andcommitted
Initial Commit
1 parent 4c71bb0 commit b82f22b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

developer/administrator/README.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Update Ztools from XP SP3 Source and build it first and create a developer->admi
44

55
Set the Vista build environment first witout making a new razzle. setenv /debug /x86 /vista
66

7+
:: --------------------------------------------------------------------------------------------
8+
:: File : SetEnv.cmd
9+
::
10+
:: Abstract: This batch file sets the appropriate environment
11+
:: variables for the Windows SDK build environment with
12+
:: respect to OS and platform type.
13+
::
14+
:: "Usage Setenv [/Debug | /Release][/x86 | /x64 | /ia64][/vista | /xp | /2003 ][-h] "
15+
::
16+
:: /Debug - Create a Debug configuration build environment
17+
:: /Release - Create a Release configuration build environment
18+
:: /x86 - Create 32-bit x86 applications
19+
:: /x64 - Create 64-bit x64 applications
20+
:: /ia64 - Create 64-bit ia64 applications
21+
:: /vista - Windows Vista applications
22+
:: /xp - Create Windows XP SP2 applications
23+
:: /2003 - Create Windows Server 2003 applications
24+
::
25+
:: --------------------------------------------------------------------------------------------
26+
27+
28+
729
Add sdkdiff from the samples your 'sdktools' directory in your environment and start updating tools.
830

931

0 commit comments

Comments
 (0)