The 32-bit version can manage both 32 and 64 bit tomcat(X).exe
Updating the build scripts accordingly.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783934
13f79535-47bb-0310-9956-
ffa450edef68
<!-- 64 bit amd -->
<copy file="res/procrun/amd64/tomcat${version.major}.exe"
tofile="${tomcat.dist}/bin/procrun/amd64/tomcat${version.major}.exe" />
- <copy file="res/procrun/amd64/tomcat${version.major}w.exe"
- tofile="${tomcat.dist}/bin/procrun/amd64/tomcat${version.major}w.exe" />
<!-- 64 bit ia -->
<copy file="res/procrun/ia64/tomcat${version.major}.exe"
tofile="${tomcat.dist}/bin/procrun/ia64/tomcat${version.major}.exe" />
- <copy file="res/procrun/ia64/tomcat${version.major}w.exe"
- tofile="${tomcat.dist}/bin/procrun/ia64/tomcat${version.major}w.exe" />
<!-- tc native -->
<copy file="${tomcat-native.home}/tcnative-1.dll.x86"
tofile="${tomcat.dist}/bin/tcnative-1.dll" />
File /oname=tomcat@VERSION_MAJOR@w.exe bin\tomcat@VERSION_MAJOR@w.exe
StrCmp $0 "AMD64" 0 +3
File /oname=tomcat@VERSION_MAJOR@.exe bin\procrun\amd64\tomcat@VERSION_MAJOR@.exe
- File /oname=tomcat@VERSION_MAJOR@w.exe bin\procrun\amd64\tomcat@VERSION_MAJOR@w.exe
+ File /oname=tomcat@VERSION_MAJOR@w.exe bin\tomcat@VERSION_MAJOR@w.exe
StrCmp $0 "IA64" 0 +3
File /oname=tomcat@VERSION_MAJOR@.exe bin\procrun\ia64\tomcat@VERSION_MAJOR@.exe
- File /oname=tomcat@VERSION_MAJOR@w.exe bin\procrun\ia64\tomcat@VERSION_MAJOR@w.exe
+ File /oname=tomcat@VERSION_MAJOR@w.exe bin\tomcat@VERSION_MAJOR@w.exe
InstallRetry:
ClearErrors