You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2001/06/07 16:19:49 UTC

cvs commit: jakarta-tomcat-connectors/jk/src/native/netscape Makefile.nw Makefile.solaris nsapi.dsp

hgomez      01/06/07 07:19:48

  Modified:    jk/src/native/netscape Makefile.nw Makefile.solaris
                        nsapi.dsp
  Log:
  Updated build files (oups I forget jk_context)
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-tomcat-connectors/jk/src/native/netscape/Makefile.nw
  
  Index: Makefile.nw
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/native/netscape/Makefile.nw,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.nw	2001/06/07 14:08:58	1.4
  +++ Makefile.nw	2001/06/07 14:19:34	1.5
  @@ -38,6 +38,7 @@
   	jk_ajp14.obj \
   	jk_ajp_common.obj \
   	jk_md5.obj \
  +	jk_context.obj \
   	jk_connect.obj \
   	jk_jni_worker.obj \
   	jk_lb_worker.obj \
  
  
  
  1.4       +1 -1      jakarta-tomcat-connectors/jk/src/native/netscape/Makefile.solaris
  
  Index: Makefile.solaris
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/native/netscape/Makefile.solaris,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.solaris	2001/06/07 14:09:00	1.3
  +++ Makefile.solaris	2001/06/07 14:19:35	1.4
  @@ -12,7 +12,7 @@
   
   JK_OBJS = jk_ajp12_worker.o jk_lb_worker.o jk_sockbuf.o jk_connect.o jk_map.o \
   jk_uri_worker_map.o jk_nsapi_plugin.o jk_util.o jk_jni_worker.o \
  -jk_pool.o jk_worker.o jk_ajp14.o jk_ajp14_worker.o jk_md5.o jk_ajp_common.o
  +jk_pool.o jk_worker.o jk_ajp14.o jk_ajp14_worker.o jk_md5.o jk_ajp_common.o jk_context.o
   
   INCLUDE_FLAGS=-I$(INCLUDEDIR) -I$(INCLUDEDIR)/base -I$(INCLUDEDIR)/frame -I$(JAVA_INCLUDE) -I$(JAVA_INCLUDE)/$(OS_TYPE)
   COMMON_DEFS=-DMCC_HTTPD -DXP_UNIX -DSPAPI20 -DSOLARIS -Wall
  
  
  
  1.3       +8 -0      jakarta-tomcat-connectors/jk/src/native/netscape/nsapi.dsp
  
  Index: nsapi.dsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/native/netscape/nsapi.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- nsapi.dsp	2001/06/07 14:09:04	1.2
  +++ nsapi.dsp	2001/06/07 14:19:37	1.3
  @@ -160,6 +160,10 @@
   # End Source File
   # End Group
   
  +SOURCE=..\common\jk_context.c
  +# End Source File
  +# End Group
  +
   SOURCE=..\common\jk_ajp_common.c
   # End Source File
   # End Group
  @@ -250,6 +254,10 @@
   # End Group
   
   SOURCE=..\common\jk_md5.h
  +# End Source File
  +# End Group
  +
  +SOURCE=..\common\jk_context.h
   # End Source File
   # End Group