Changeset 4878
- Timestamp:
- Jan 6, 2001, 5:43:06 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
src/makefile (modified) (2 diffs)
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) 2 12 3 13 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl> -
trunk/src/makefile
r4722 r4878 1 # $Id: makefile,v 1.6 7 2000-12-03 00:34:39 birdExp $1 # $Id: makefile,v 1.68 2001-01-06 16:40:23 sandervl Exp $ 2 2 3 3 # … … 27 27 # Exclude lists which is to be passed in to DOWITHDIRS 28 28 # 29 NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy # generally not made29 NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy;odinldr;msvcrt # generally not made 30 30 NOTDLLS = $(NOTTOBEMADE);peldr;dllentry # not dlls 31 31 NOTHAVELIBS = $(NOTTOBEMADE);peldr # don't generate libs
Note:
See TracChangeset
for help on using the changeset viewer.
