Author: ion
Date: Sun Oct  4 20:23:25 2015
New Revision: 69445

URL: http://svn.reactos.org/svn/reactos?rev=69445&view=rev
Log:
[MKHIVE]:
- Whoever wrote mkhive ran into the problem I just did, and realized 
hey-i-dont-fucking-want-to-use-that-almost-copy-pasted-but-not-shared-code-so-why-dont-i-use-the-good-kernel-code-instead...
 but instead of taking the time to create a fucking library like I just did 
(cause that would be hard man, and fixing headers n' shit), just hard-coded the 
paths to the kernel files directly like a lazy shit. Fix mkhive to just rely on 
cmlib, which now has the files shared there.

Removed:
    trunk/reactos/tools/mkhive/cmindex.c
    trunk/reactos/tools/mkhive/cmname.c
Modified:
    trunk/reactos/tools/mkhive/CMakeLists.txt

Modified: trunk/reactos/tools/mkhive/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/mkhive/CMakeLists.txt?rev=69445&r1=69444&r2=69445&view=diff
==============================================================================
--- trunk/reactos/tools/mkhive/CMakeLists.txt   [iso-8859-1] (original)
+++ trunk/reactos/tools/mkhive/CMakeLists.txt   [iso-8859-1] Sun Oct  4 
20:23:25 2015
@@ -9,8 +9,6 @@
 list(APPEND SOURCE
     binhive.c
     cmi.c
-    cmindex.c
-    cmname.c
     mkhive.c
     reginf.c
     registry.c

Removed: trunk/reactos/tools/mkhive/cmindex.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/mkhive/cmindex.c?rev=69444
==============================================================================
--- trunk/reactos/tools/mkhive/cmindex.c        [iso-8859-1] (original)
+++ trunk/reactos/tools/mkhive/cmindex.c        (removed)
@@ -1 +0,0 @@
-#include "../../ntoskrnl/config/cmindex.c"

Removed: trunk/reactos/tools/mkhive/cmname.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/mkhive/cmname.c?rev=69444
==============================================================================
--- trunk/reactos/tools/mkhive/cmname.c [iso-8859-1] (original)
+++ trunk/reactos/tools/mkhive/cmname.c (removed)
@@ -1 +0,0 @@
-#include "../../ntoskrnl/config/cmname.c"


Reply via email to