Changeset 6922 for trunk/changelog
- Timestamp:
- Oct 1, 2001, 3:47:52 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6903 r6922 1 /* $Id: changelog,v 1.171 2 2001-09-30 22:25:43 sandervlExp $ */1 /* $Id: changelog,v 1.1713 2001-10-01 01:47:52 bird Exp $ */ 2 2 3 3 2001-09-30: Sander van Leeuwen <sandervl@xs4all.nl> … … 25 25 o Autostart CmdQd with 7 workers if not started and MULTIJOBS are defined. 26 26 o Profile builds uses ./bin/Profile.* subdir for output, not ./bin/Debug.*. 27 o PROFILE mode (PROFILE=1) overrides DEBUG and RELEASE modes. 28 o NMAKE version of the Watcom support since WMAKE sucks big time :-( 29 These are the the odin32.*.watn.mk files. This caused introduction 30 of the MKFILE macro for the compiler specific filename part. 31 (Set CCENV=WAT and use NMAKE just like with VAC3.) 32 o Enabled Watcom (NMAKE version) support in mostly all makefiles. 33 (I.e. places we do compiler specific tweaks.) 27 34 - Fastdep: o Corrected processing of C/C++ #include "someheader.h" to 28 35 start the search in the source code directory. … … 39 46 libraries in /lib first. 40 47 o Removed all the obsolete *lib.mak files. 48 - Watcom: o ccollection.h: Include odin.h to get min/max. 49 o odin.h: C INLINE/inline support. 50 o odinwrap.h: Watcom has problems with the GetCurrentThreadId 51 redeclaration. (DWORD != unsigned long int) 52 Exclude prototype if watcomc. (workaround) 53 o windef.h: __max and __min is defined in stdlib.h, undef before 54 redefining them. 55 o unicode.h: static inline workaround (just like VAC). 56 o src/makefile: Temporarily ignore return codes from subdirs. 57 o kernel32/console2.h: 58 Don't include calling convetion for thread 59 function. The default is the correct one usually. 60 o kernel32/conbuffervio.cpp: 61 Alloca is defines in malloc.h for watcom. VAC defines 62 this in both malloc and stdlib.h. 63 o kernel32/console.cpp: 64 _beginthread is defined in process.h not stdlib.h as 65 for VAC. 41 66 42 67 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.