git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
16b6696
)
windows-ntbuild-20050706
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Wed, 6 Jul 2005 15:11:28 +0000 (15:11 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Wed, 6 Jul 2005 15:11:28 +0000 (15:11 +0000)
Update the default sysname to i386_w2k in the ntbuild.bat file
src/ntbuild.bat
patch
|
blob
|
history
diff --git
a/src/ntbuild.bat
b/src/ntbuild.bat
index
2e0c1a1
..
846b659
100755
(executable)
--- a/
src/ntbuild.bat
+++ b/
src/ntbuild.bat
@@
-20,8
+20,8
@@
REM ########################################################################
REM ########################################################################
REM General required definitions:
REM SYS_NAME = AFS system name
-REM Choose one of "i386_win95" or "i386_nt40"
-SET SYS_NAME=i386_nt40
+REM Choose one of "i386_w2k", "amd64_w2k", or "i64_w2k"
+SET SYS_NAME=i386_w2k
REM Specify the targeted version of Windows and IE: 0x400 for Win9x/NT4
REM and above; 0x500 for Windows 2000 and above