From 8c1e6ba7cd81e99f72ce5e2b634b28633b3ddf0f Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Fri, 17 Feb 2006 06:19:14 +0000 Subject: [PATCH] Move moving around svn path=/trunk/; revision=21039 --- reactos/Makefile | 2 +- reactos/tools/nci/nci.mak | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 32fc391feb8..af0aab6bea9 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -341,7 +341,7 @@ BUILDNO_H = include$(SEP)reactos$(SEP)buildno.h BUGCODES_H = include$(SEP)reactos$(SEP)bugcodes.h BUGCODES_RC = ntoskrnl$(SEP)bugcodes.rc ERRCODES_H = include$(SEP)reactos$(SEP)errcodes.h -ERRCODES_RC = lib$(SEP)kernel32$(SEP)errcodes.rc +ERRCODES_RC = dll$(SEP)win32$(SEP)kernel32$(SEP)errcodes.rc include lib/lib.mak include tools/tools.mak diff --git a/reactos/tools/nci/nci.mak b/reactos/tools/nci/nci.mak index f0d14a034b9..cc9db8a83a4 100644 --- a/reactos/tools/nci/nci.mak +++ b/reactos/tools/nci/nci.mak @@ -44,13 +44,13 @@ clean: nci_clean # WIN32K.SYS WIN32K_SVC_DB = $(NCI_BASE_)w32ksvc.db WIN32K_SERVICE_TABLE = subsys$(SEP)win32k$(SEP)include$(SEP)napi.h -WIN32K_GDI_STUBS = lib$(SEP)gdi32$(SEP)misc$(SEP)win32k.S -WIN32K_USER_STUBS = lib$(SEP)user32$(SEP)misc$(SEP)win32k.S +WIN32K_GDI_STUBS = dll$(SEP)win32$(SEP)gdi32$(SEP)misc$(SEP)win32k.S +WIN32K_USER_STUBS = dll$(SEP)win32$(SEP)user32$(SEP)misc$(SEP)win32k.S # NTOSKRNL.EXE KERNEL_SVC_DB = $(NCI_BASE_)sysfuncs.lst KERNEL_SERVICE_TABLE = ntoskrnl$(SEP)include$(SEP)internal$(SEP)napi.h -NTDLL_STUBS = lib$(SEP)ntdll$(SEP)napi.S +NTDLL_STUBS = dll$(SEP)ntdll$(SEP)napi.S KERNEL_STUBS = ntoskrnl$(SEP)ex$(SEP)zw.S NCI_SERVICE_FILES = \