dgaudet     98/04/05 14:34:39

  Modified:    src      CHANGES Configure
  Log:
  OS/2 tweak to deal with multiple .exe targets.
  
  Submitted by: Brian Havard
  
  Revision  Changes    Path
  1.756     +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.755
  retrieving revision 1.756
  diff -u -r1.755 -r1.756
  --- CHANGES   1998/04/03 16:07:11     1.755
  +++ CHANGES   1998/04/05 21:34:37     1.756
  @@ -1,4 +1,6 @@
   Changes with Apache 1.3b6
  +
  +  *) PORT: OS/2 tweak to deal with multiple .exe targets. [Brian Havard]
    
     *) Add documentation file and src/Configuration.tmpl entry for the
        experimental mod_mmap_static module. Because although it is and marked 
as
  
  
  
  1.228     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.227
  retrieving revision 1.228
  diff -u -r1.227 -r1.228
  --- Configure 1998/04/04 16:42:45     1.227
  +++ Configure 1998/04/05 21:34:38     1.228
  @@ -317,9 +317,9 @@
        DEF_WANTHSREGEX=yes
        OS='EMX OS/2'
        CFLAGS="$CFLAGS -Zbsd-signals -Zbin-files -DTCPIPV4 -g"
  +     LDFLAGS="$LDFLAGS -Zexe"
        LIBS="$LIBS -lsocket -lufc -lbsd"
        DBM_LIB="-lgdbm"
  -     TARGET=httpd.exe
        SHELL=sh
        PRINTPATH=PrintPathOS2
        ;;
  
  
  

Reply via email to