Changeset 6882 for trunk/changelog
- Timestamp:
- Sep 30, 2001, 3:08:51 AM (24 years ago)
- 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. 2 20 3 21 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl> … … 24 42 o Makefiles added to build library with obj files 25 43 - WININET: o Split up initterm 26 - CUSTOMBUILD: 44 - CUSTOMBUILD: 27 45 o Ordinals definitions moved into ordinals.h 28 46
Note:
See TracChangeset
for help on using the changeset viewer.