Changeset 4878


Ignore:
Timestamp:
Jan 6, 2001, 5:43:06 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r4875 r4878  
    1 /* $Id: changelog,v 1.1204 2001-01-05 23:27:43 sandervl Exp $ */
     1/* $Id: changelog,v 1.1205 2001-01-06 16:43:06 sandervl Exp $ */
     2
     3 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - install:  o Win32k installation temporarily disabled due to a WarpIn bug
     5                  (config.sys lines removed)
     6                o Added check for WarpIn 0.9.6 or higher
     7                o Added check for OS/2 3.x or higher
     8    - src\makefile:
     9                o Exclude msvcrt from build process.
     10                  (download odinapp.zip from ftp.os2.org to install a small
     11                   MFC app with MFC + MSVCRT dlls)
    212
    313 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
  • trunk/src/makefile

    r4722 r4878  
    1 # $Id: makefile,v 1.67 2000-12-03 00:34:39 bird Exp $
     1# $Id: makefile,v 1.68 2001-01-06 16:40:23 sandervl Exp $
    22
    33#
     
    2727# Exclude lists which is to be passed in to DOWITHDIRS
    2828#
    29 NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy           # generally not made
     29NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy;odinldr;msvcrt   # generally not made
    3030NOTDLLS     = $(NOTTOBEMADE);peldr;dllentry             # not dlls
    3131NOTHAVELIBS = $(NOTTOBEMADE);peldr                      # don't generate libs
Note: See TracChangeset for help on using the changeset viewer.