dgaudet     98/09/22 09:38:42

  Modified:    apache-nspr HOWTOBUILD
  Log:
  we can build with the included nspr again
  
  Revision  Changes    Path
  1.3       +2 -11     apache-2.0/apache-nspr/HOWTOBUILD
  
  Index: HOWTOBUILD
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/apache-nspr/HOWTOBUILD,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HOWTOBUILD        1998/09/19 19:15:42     1.2
  +++ HOWTOBUILD        1998/09/22 16:38:42     1.3
  @@ -1,18 +1,9 @@
   This is a temporary note for developers during the 2.0 development process.
   
  -N.B.: The version of NSPR included in Apache 2.0 is no longer sufficient. Use
  -the latest version from Mozilla.
  -
  -First, build nspr:
  -
  -cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot co mozilla/nsprpub
  -
  -(I've forgotten the password - see http://www.mozilla.org).
  -
  -cd mozilla/nsprpub
  +cd apache-2.0/nsprpub
   make (or gmake) (use -DBUILD_OPT=1 to build optimised)
   
  -This produces a directory .../mozilla/dist/<platform>_DBG.OBJ, containing
  +This produces a directory apache-2.0/dist/<platform>_DBG.OBJ, containing
   include and lib. Tweak .../apache-2.0/apache-nspr/Configuration to reflect 
this
   path (use full pathnames). Note that Configuration.tmpl is currently 
bullshit -
   use one of Configuration.ben or Configuration.dean as a basis (note that Dean
  
  
  

Reply via email to