You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/04/11 22:47:00 UTC

cvs commit: apr NWGNUmakefile libaprnw.mcp.zip

bnicholes    02/04/11 13:47:00

  Modified:    .        NWGNUmakefile libaprnw.mcp.zip
  Log:
  Added mmap APIs to the NetWare build
  
  Revision  Changes    Path
  1.4       +6 -0      apr/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr/NWGNUmakefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NWGNUmakefile	9 Apr 2002 15:58:36 -0000	1.3
  +++ NWGNUmakefile	11 Apr 2002 20:47:00 -0000	1.4
  @@ -251,6 +251,7 @@
   	$(OBJDIR)/apr_strtok.o \
   	$(OBJDIR)/apr_tables.o \
   	$(OBJDIR)/copy.o \
  +	$(OBJDIR)/common.o \
   	$(OBJDIR)/dir.o \
   	$(OBJDIR)/dso.o \
   	$(OBJDIR)/errorcodes.o \
  @@ -268,6 +269,7 @@
   	$(OBJDIR)/inet_ntop.o \
   	$(OBJDIR)/libprews.o \
   	$(OBJDIR)/mktemp.o \
  +	$(OBJDIR)/mmap.o \
   	$(OBJDIR)/open.o \
   	$(OBJDIR)/pipe.o \
   	$(OBJDIR)/poll.o \
  @@ -373,6 +375,10 @@
   $(OBJDIR)/%.o: memory/unix/%.c $(OBJDIR)\cc.opt
   	@echo Compiling $<
   	$(CC) memory\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
  +
  +$(OBJDIR)/%.o: mmap/unix/%.c $(OBJDIR)\cc.opt
  +	@echo Compiling $<
  +	$(CC) mmap\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
   
   $(OBJDIR)/%.o: user/netware/%.c $(OBJDIR)\cc.opt
   	@echo Compiling $<
  
  
  
  1.22      +676 -680  apr/libaprnw.mcp.zip
  
  	<<Binary file>>