mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 05:41:02 +08:00
- Use cmlib in Freeldr and Setupldr (patch by Filip Navara) - Fix some HIVE definition and checksum calculation in mkhive and ntoskrnl (so they btoh create a compatible registry) TODO: Apply 2nd half of the patch, which makes ntoskrnl using cmlib. This commit is dedicated to Filip Navara's constant promises to commit cmlib and to recent small Arty vs. Alex debate on irc :) svn path=/trunk/; revision=23332
7 lines
139 B
Makefile
7 lines
139 B
Makefile
LIB_BASE = lib
|
|
LIB_BASE_ = $(LIB_BASE)$(SEP)
|
|
|
|
include lib/inflib/inflib.mak
|
|
include lib/3rdparty/zlib/zlib.mak
|
|
include lib/cmlib/cmlib.mak
|