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 1e51bff  Fix typos
1e51bff is described below

commit 1e51bff4960891cf6af8c3454d9dbdb0713d11fa
Author: Mladen Turk <mt...@apache.org>
AuthorDate: Sat Jun 13 14:08:54 2020 +0200

    Fix typos
---
 native/iis/README | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/native/iis/README b/native/iis/README
index d86298f..d3d6f7b 100644
--- a/native/iis/README
+++ b/native/iis/README
@@ -19,22 +19,24 @@ environment:
 
 BUILDING
 --------
- 
+
 Obtain the source code:
 
   c:
   cd \
   git clone  https://github.com/apache/tomcat-connectors.git tomcat-jk-1.2.x
   cd tomcat-jk-1.2.x\native\iis
- 
+
 
 Build  isapi_redirector.dll:
 
   c:\cmsc-15.0_28\setenv.bat x86
   nmake
 
+  open new cmd.exe
+
   c:\cmsc-15.0_28\setenv.bat x64
-  nmake -f
+  nmake
 
 Tomcat isapi_redirect DLLs may then be found in
 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