You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/03/21 17:08:00 UTC

svn commit: r520927 - /tomcat/connectors/trunk/jk/native/iis/Makefile.amd64

Author: mturk
Date: Wed Mar 21 09:07:59 2007
New Revision: 520927

URL: http://svn.apache.org/viewvc?view=rev&rev=520927
Log:
Link with correct pcre library for amd64

Modified:
    tomcat/connectors/trunk/jk/native/iis/Makefile.amd64

Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.amd64
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/Makefile.amd64?view=diff&rev=520927&r1=520926&r2=520927
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 (original)
+++ tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 Wed Mar 21 09:07:59 2007
@@ -92,7 +92,7 @@
 	"$(INTDIR)\jk_util.obj" \
 	"$(INTDIR)\jk_worker.obj" \
 	"$(INTDIR)\isapi_redirect.res" \
-	".\pcre\Release_x86\pcre.lib"
+	".\pcre\Release_amd64\pcre.lib"
 
 "$(OUTDIR)\isapi_redirect.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
     $(LINK32) @<<



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