You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mc...@apache.org on 2002/05/29 16:55:09 UTC

cvs commit: apache-1.3/src/os/tpf/samples linkhttp.jcl

mccreedy    02/05/29 07:55:09

  Modified:    src/os/tpf/samples linkhttp.jcl
  Log:
  Update TPF's sample JCL to exclude expat-lite.
  
  Revision  Changes    Path
  1.2       +0 -10     apache-1.3/src/os/tpf/samples/linkhttp.jcl
  
  Index: linkhttp.jcl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/tpf/samples/linkhttp.jcl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- linkhttp.jcl	9 Mar 2001 10:17:48 -0000	1.1
  +++ linkhttp.jcl	29 May 2002 14:55:09 -0000	1.2
  @@ -82,12 +82,6 @@
   //PLKED.OBJ51  DD PATH='/<your-path-here>/src/regex/regerror.o'
   //PLKED.OBJ52  DD PATH='/<your-path-here>/src/regex/regexec.o'
   //PLKED.OBJ53  DD PATH='/<your-path-here>/src/regex/regfree.o'
  -//PLKED.OBJ54  DD PATH='/<your-path-here>/src/lib/expat-lite/hashtable.\
  -//             o'
  -//PLKED.OBJ55  DD PATH='/<your-path-here>/src/lib/expat-lite/xmlparse.o\
  -//             '
  -//PLKED.OBJ56  DD PATH='/<your-path-here>/src/lib/expat-lite/xmlrole.o'
  -//PLKED.OBJ57  DD PATH='/<your-path-here>/src/lib/expat-lite/xmltok.o'
   //PLKED.SYSIN DD *
    ORDER @@DLMHDR
    INCLUDE OBJLIB(CSTRTD40)
  @@ -144,10 +138,6 @@
    INCLUDE OBJ51
    INCLUDE OBJ52
    INCLUDE OBJ53
  - INCLUDE OBJ54
  - INCLUDE OBJ55
  - INCLUDE OBJ56
  - INCLUDE OBJ57
    INCLUDE OBJLIB(CINET640)
   /*
   //*** WARNING *** NEVER change .LK to .OB in SYSLMOD!!!