Changeset 1317


Ignore:
Timestamp:
Oct 16, 1999, 1:03:49 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/changelog

    r1315 r1317  
    1  /* $Id: changelog,v 1.327 1999-10-16 10:29:29 sandervl Exp $ */
    2 
    3  99-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
     1 /* $Id: changelog,v 1.328 1999-10-16 11:02:37 sandervl Exp $ */
     2
     3 99-10-16: Yuri Dario <mc6530@mclink.it>
     4        - USER32: Button bugfix (BUTTON_CheckAutoRadioButton)
     5                  Win32dlg.cpp: cosmetic changes
     6        - include\os2wrap.h: define inline as _inline in C mode
     7        - include\win\winsock.h: Added prototypes
     8        - src\makefile: shell32 depends on ole32 & version, build it after those two dlls
     9        - SHELL32: Replaced full path with CPPMAIN for wrc parameters
     10        - win32k/makefile: replaced full path with macros
     11        - WSOCK32: Build export library (impdef to create correct .def)
     12
     13 99-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
    414        - USER32: Don't process size messages before sending WM_NCCREATE
    515                  message when creating a window. (can mess up our window
  • TabularUnified trunk/src/makefile

    r1313 r1317  
    1 # $Id: makefile,v 1.25 1999-10-15 22:28:09 sandervl Exp $
     1# $Id: makefile,v 1.26 1999-10-16 11:03:49 sandervl Exp $
    22
    33#
     
    5151        cd ..\winspool
    5252        $(MAKE_CMD)
    53         cd ..\shell32
    54         $(MAKE_CMD)
    5553        cd ..\NTDLL
    5654        $(MAKE_CMD)
     
    7472        $(MAKE_CMD)
    7573        cd ..\oledlg
     74        $(MAKE_CMD)
     75        cd ..\shell32
    7676        $(MAKE_CMD)
    7777        cd ..\imm32
     
    101101        cd odincrt
    102102        $(MAKE_CMD) clean
     103        cd ..\peldr
     104        $(MAKE_CMD) clean
    103105        cd ..\win32k\pe2lx
    104106        $(MAKE_CMD) clean
    105         cd ..\kernel32
     107        cd ..\..\kernel32
    106108        $(MAKE_CMD) clean
    107109        cd ..\user32
Note: See TracChangeset for help on using the changeset viewer.