Changeset 952


Ignore:
Timestamp:
Sep 16, 1999, 1:27:06 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r940 r952  
    1  /* $Id: changelog,v 1.203 1999-09-15 16:08:31 phaller Exp $ */
     1 /* $Id: changelog,v 1.204 1999-09-15 23:27:06 sandervl Exp $ */
     2
     3 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - KERNEL32: Moved old kernel32 code to kernel32\old
     5                    Rewritten win32 exe/dll classes.
     6                    There are now classes for the following exes/dlls:
     7                    Pe2lx images, win32 images loaded by the pe loader and
     8                    LX images (win32 apps compiled in OS/2 and system dlls)
     9                    Bugfixes for unicode resource apis.
     10                    Not completely tested yet, but works for most apps.
     11          NOTE:     Resource handling for pe2lx & win32 apps compiled in OS/2
     12                    will be added in the near future. For now it's compatible
     13                    with the old pe2lx.
     14          NOTE:     New kernel32 doesn't work with old user32
     15          NOTE:     Win32Resource::lockResource not complete yet, but that part
     16                    will be removed after the pe2lx rewrite.
     17        - USER32:   Moved new user32 into user32 dir, old one to user32\old
     18        - ALL:      Changed initterm.cpp to create LX dll object during initialization.
     19          IMPORTANT NOTE: Version increased from 3 to 4. Complete recompilation
     20                          of everything is required!
    221
    322 99-09-14: Patrick Haller <phaller@gmx.net>
  • trunk/src/makefile

    r939 r952  
    1 # $Id: makefile,v 1.19 1999-09-15 15:43:13 phaller Exp $
     1# $Id: makefile,v 1.20 1999-09-15 23:25:10 sandervl Exp $
    22
    33#
     
    8686        cd ..\msacm32
    8787        $(MAKE_CMD)
     88        cd ..\imagehlp
     89        $(MAKE_CMD)
    8890        cd ..\avifil32
    8991        $(MAKE_CMD)
    90         cd ..\imagehlp
     92        cd ..\dplay
    9193        $(MAKE_CMD)
    9294        cd ..\wnaspi32
    93         $(MAKE_CMD)
    94         cd ..\dplay
    9595        $(MAKE_CMD)
    9696        cd ..\dsound
     
    164164        cd ..\msvfw32
    165165        $(MAKE_CMD) clean
     166        cd ..\avifil32
     167        $(MAKE_CMD) clean
     168        cd ..\dplay
     169        $(MAKE_CMD) clean
    166170        cd ..\wnaspi32
    167         $(MAKE_CMD)
    168         cd ..\avifil32
    169         $(MAKE_CMD)
    170         cd ..\dplay
    171         $(MAKE_CMD)
     171        $(MAKE_CMD) clean
Note: See TracChangeset for help on using the changeset viewer.