mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Move moving around
svn path=/trunk/; revision=21039
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user