fix nci tool to only generate one stub file for our win32ksys lib to silence the warning. Fix some comments.

svn path=/trunk/; revision=28060
This commit is contained in:
Timo Kreuzer 2007-07-31 23:00:31 +00:00
parent 2412a1aeb1
commit 4ef86834f9
2 changed files with 627 additions and 635 deletions

View file

@ -44,8 +44,7 @@ clean: nci_clean
# WIN32K.SYS
WIN32K_SVC_DB = subsystems$(SEP)win32$(SEP)win32k$(SEP)w32ksvc.db
WIN32K_SERVICE_TABLE = subsystems$(SEP)win32$(SEP)win32k$(SEP)include$(SEP)napi.h
WIN32K_GDI_STUBS = lib$(SEP)win32ksys$(SEP)$(ARCH)$(SEP)win32k.S
WIN32K_USER_STUBS = lib$(SEP)win32ksys$(SEP)$(ARCH)$(SEP)win32k.S
WIN32K_STUBS = lib$(SEP)win32ksys$(SEP)$(ARCH)$(SEP)win32k.S
@ -78,8 +77,7 @@ $(NCI_SERVICE_FILES): $(NCI_TARGET) $(KERNEL_SVC_DB) $(WIN32K_SVC_DB)
$(WIN32K_SERVICE_TABLE) \
$(NTDLL_STUBS) \
$(KERNEL_STUBS) \
$(WIN32K_GDI_STUBS) \
$(WIN32K_USER_STUBS)
$(WIN32K_STUBS)
.PHONY: nci_service_files_clean
nci_service_files_clean:

File diff suppressed because it is too large Load diff