File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ Update Ztools from XP SP3 Source and build it first and create a developer->admi
44
55Set 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+
729Add sdkdiff from the samples your 'sdktools' directory in your environment and start updating tools.
830
931
You can’t perform that action at this time.
0 commit comments