Changeset 6897 for trunk/changelog
- Timestamp:
- Sep 30, 2001, 12:02:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6890 r6897 1 /* $Id: changelog,v 1.17 09 2001-09-30 05:32:47bird Exp $ */1 /* $Id: changelog,v 1.1710 2001-09-30 10:02:54 bird Exp $ */ 2 2 3 3 2001-09-30: knut st. osmundsen <kosmunds@csc.com> … … 15 15 This will speedup the 'dep' rule somewhat. 16 16 o Autostart CmdQd with 7 workers if not started and MULTIJOBS are defined. 17 o Profile builds uses ./bin/Profile.* subdir for output, not ./bin/Debug.*. 17 18 - Fastdep: o Corrected processing of C/C++ #include "someheader.h" to 18 19 start the search in the source code directory. … … 20 21 o Increased some read and write buffers. 21 22 - Win32k: o Changed PSZ to char *, since H2INC doesn't understand PSZ. 23 - Custombulid: 24 o Can now build object libraries for custombuild without separate 25 makefiles. Define CUSTOMBUILD=1 (=1 is important!) to build an 26 DLL. 27 o To build all needed object libraries and the custom dll, 28 go to /src and 'nmake custombuild'. There is currently no 29 rule in the main makefile for this, so remember to make the 30 libraries in /lib first. 31 o Removed all the obsolete *lib.mak files. 22 32 23 33 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.