There are no 64-bit GUI binaries. (see rev.779927,-28,-30)
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 21:53:34 +0000 (21:53 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 21:53:34 +0000 (21:53 +0000)
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

dist.xml
res/tomcat.nsi

index d32113d..4210435 100644 (file)
--- a/dist.xml
+++ b/dist.xml
        <!-- 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" />
index 38ad307..cb6c584 100644 (file)
@@ -178,10 +178,10 @@ Section "Core" SecTomcatCore
   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