Changeset 6922 for trunk/changelog


Ignore:
Timestamp:
Oct 1, 2001, 3:47:52 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6903 r6922  
    1 /* $Id: changelog,v 1.1712 2001-09-30 22:25:43 sandervl Exp $ */
     1/* $Id: changelog,v 1.1713 2001-10-01 01:47:52 bird Exp $ */
    22
    33 2001-09-30: Sander van Leeuwen <sandervl@xs4all.nl>
     
    2525                o Autostart CmdQd with 7 workers if not started and MULTIJOBS are defined.
    2626                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.)
    2734    - Fastdep:  o Corrected processing of C/C++ #include "someheader.h" to
    2835                  start the search in the source code directory.
     
    3946                  libraries in /lib first.
    4047                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.
    4166
    4267 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.