Changeset 6882 for trunk/changelog


Ignore:
Timestamp:
Sep 30, 2001, 3:08:51 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6861 r6882  
    1 /* $Id: changelog,v 1.1706 2001-09-29 14:49:50 sandervl Exp $ */
     1/* $Id: changelog,v 1.1707 2001-09-30 01:08:51 bird Exp $ */
     2
     3 2001-09-30: knut st. osmundsen <kosmunds@csc.com>
     4    - Makefiles:
     5                o Added a DOMAKES util which should be used when invoking
     6                  other makefiles. (see /src/kernel32/makefile)
     7                o Silenced most of the command $(DO*) commands so the commandline
     8                  doesn't show.
     9                o Added some colors on the output from the $(DO*) scripts
     10                  to make it easier to separate directory and makefile switching
     11                  from all the other output.
     12                  Turn this off by using the env.var. BUILD_NOCOLOR.
     13                o Did some cleanup of the main Makefile and added some missing rules.
     14                o Made separate .depend file for the include files in the /include dir.
     15                  This will speedup the 'dep' rule somewhat.
     16    - Fastdep:  o Corrected processing of C/C++ #include "someheader.h" to
     17                  start the search in the source code directory.
     18                o Corrected handling of deleted files.
     19                o Increased some read and write buffers.
    220
    321 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
     
    2442                o Makefiles added to build library with obj files
    2543    - WININET:  o Split up initterm
    26     - CUSTOMBUILD: 
     44    - CUSTOMBUILD:
    2745                o Ordinals definitions moved into ordinals.h
    2846
Note: See TracChangeset for help on using the changeset viewer.