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 2011/06/30 18:13:41 UTC

svn commit: r1141601 - /tomcat/jk/trunk/native/apache-2.0/Makefile.vc

Author: mturk
Date: Thu Jun 30 16:13:41 2011
New Revision: 1141601

URL: http://svn.apache.org/viewvc?rev=1141601&view=rev
Log:
Check for APACHE22_HOME envvar

Modified:
    tomcat/jk/trunk/native/apache-2.0/Makefile.vc

Modified: tomcat/jk/trunk/native/apache-2.0/Makefile.vc
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-2.0/Makefile.vc?rev=1141601&r1=1141600&r2=1141601&view=diff
==============================================================================
--- tomcat/jk/trunk/native/apache-2.0/Makefile.vc (original)
+++ tomcat/jk/trunk/native/apache-2.0/Makefile.vc Thu Jun 30 16:13:41 2011
@@ -25,9 +25,12 @@ APACHE2_HOME=$(APACHE23_HOME)
 OUTDIR=.\Release23
 INTDIR=.\Release23
 !ELSE
+!IFDEF APACHE22_HOME
+APACHE2_HOME=$(APACHE22_HOME)
 OUTDIR=.\Release22
 INTDIR=.\Release22
 !ENDIF
+!ENDIF
 APR_LIB=libapr-1.lib
 APU_LIB=libaprutil-1.lib
 !ENDIF



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