This is an automated email from the ASF dual-hosted git repository.

mturk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 4abc9ce  Update build instructions
4abc9ce is described below

commit 4abc9ce38d0c8a5665d09ce43c329b62725f6511
Author: Mladen Turk <mt...@apache.org>
AuthorDate: Sat Jun 13 12:25:57 2020 +0200

    Update build instructions
---
 native/iis/README | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/native/iis/README b/native/iis/README
index 397b886..d86298f 100644
--- a/native/iis/README
+++ b/native/iis/README
@@ -12,19 +12,9 @@ To build the ISAPI redirector you will need to create the 
following build
 environment:
 
 - Git client
-- Subversion client
 - Mladen's Custom Microsoft Compiler Toolkit Compilation  
-    https://github.com/mturk/cmsc (cb6be932c8c95a46262a64a89e68aae620dfdcee)  
-- Windows SDK  
-    No documentation  
-    No samples  
-    Complete set of developer tools  
-- Windows DDK  
-    Build environments  
-    Tools  
-- Compile as per <cmsc-root>/tools/README.txt  
-- Install Perl as per <cmsc-root>/tools/README.txt  
-- Java 7 (releases only, can be replaced with any zip tool)
+    https://github.com/mturk/cmsc/releases/tag/v15.0.28
+    download cmsc-15.0_28-win7-x86_x64.zip and unzip in C:
 
 
 BUILDING
@@ -40,14 +30,14 @@ Obtain the source code:
 
 Build  isapi_redirector.dll:
 
-  c:\cmsc\setenv.bat /x86 
-  nmake -f Makefile.x86
- 
-  c:\cmsc\setenv.bat /x64
-  nmake -f Makefile.amd64
+  c:\cmsc-15.0_28\setenv.bat x86
+  nmake
+
+  c:\cmsc-15.0_28\setenv.bat x64
+  nmake -f
 
 Tomcat isapi_redirect DLLs may then be found in
-C:\tomcat-jk-1.2.x\native\iis\Release_[amd64|x86].
+C:\tomcat-jk-1.2.x\native\iis\[x86|x64]_RELEASE
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to