You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2004/02/21 01:21:29 UTC

cvs commit: apr-util build.conf

gstein      2004/02/20 16:21:29

  Modified:    .        build.conf
  Log:
  New build.conf for apr-util. The new gen-build.py script has a notion of
  subdirectories which contain per-platform subdirs. apr-util is platform
  independent, so it doesn't have any, but we still want to include an empty
  list for documentation purposes.
  
  Also added some comments to clarify the options.
  
  Revision  Changes    Path
  1.2       +5 -0      apr-util/build.conf
  
  Index: build.conf
  ===================================================================
  RCS file: /home/cvs/apr-util/build.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- build.conf	5 Feb 2004 10:16:25 -0000	1.1
  +++ build.conf	21 Feb 2004 00:21:29 -0000	1.2
  @@ -4,6 +4,7 @@
   
   [options]
   
  +# the platform-independent .c files
   paths =
     buckets/*.c
     crypto/*.c
  @@ -18,6 +19,10 @@
     strmatch/*.c
     xlate/*.c
   
  +# we have no platform-specific subdirs
  +platform_dirs =
  +
  +# the public headers
   headers = include/*.h
   
   # gen_uri_delim.c