mmanders    01/11/16 13:32:03

  Modified:    jk/native build.xml
  Log:
  Added alternate targets (since NLM names are limited to 8.3).
  
  Revision  Changes    Path
  1.15      +5 -0      jakarta-tomcat-connectors/jk/native/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 2001/11/15 19:38:02     1.14
  +++ build.xml 2001/11/16 21:32:03     1.15
  @@ -68,6 +68,8 @@
         </depends>
         
         <!-- Platform-specific tags -->
  +      <altSoFile value="jni_conn" if="netware" />
  +      
         <def name="N_PLAT_NLM" if="netware"
           info="Building for NetWare platform" />
         <def name="NETWARE" if="netware"
  @@ -272,6 +274,7 @@
        <include name="${java.home}/../include" />
   
           <!-- Platform specific includes -->
  +        
        <include name="${novellndk.dir}/include/nlm" if="netware" />
        <include name="${novellndk.dir}/include" if="netware" />
           <include name="${java.home}/../include/netware" if="netware" />
  @@ -285,6 +288,8 @@
         </depends>
   
         <!-- Platform-specific tags -->
  +      <altSoFile value="nsapi_rd" if="netware" />
  +      
         <def name="N_PLAT_NLM" if="netware"
           info="Building for NetWare platform" />
         <def name="NETWARE" if="netware"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to