Author: mturk Date: Fri Oct 22 05:25:49 2010 New Revision: 1026216 URL: http://svn.apache.org/viewvc?rev=1026216&view=rev Log: Add support for Apache 2.3
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=1026216&r1=1026215&r2=1026216&view=diff ============================================================================== --- tomcat/jk/trunk/native/apache-2.0/Makefile.vc (original) +++ tomcat/jk/trunk/native/apache-2.0/Makefile.vc Fri Oct 22 05:25:49 2010 @@ -13,20 +13,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -!IFDEF APACHE22 -APACHE2_HOME=$(APACHE22_HOME) -APR_LIB=libapr-1.lib -APU_LIB=libaprutil-1.lib -OUTDIR=.\Release22 -INTDIR=.\Release22 -!ELSE +!IFDEF APACHE20_HOME APR_LIB=libapr.lib APU_LIB=libaprutil.lib OUTDIR=.\Release20 INTDIR=.\Release20 -!IFDEF APACHE20_HOME APACHE2_HOME=$(APACHE20_HOME) +!ELSE +!IFDEF APACHE23_HOME +APACHE2_HOME=$(APACHE23_HOME) +OUTDIR=.\Release23 +INTDIR=.\Release23 +!ELSE +OUTDIR=.\Release22 +INTDIR=.\Release22 !ENDIF +APR_LIB=libapr-1.lib +APU_LIB=libaprutil-1.lib !ENDIF !IFNDEF APACHE2_HOME --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org