Author: greatlrd Date: Mon Aug 6 17:20:31 2007 New Revision: 28193
URL: http://svn.reactos.org/svn/reactos?rev=28193&view=rev Log: fix a smaller issue with win32ksys, when u did delete win32k.s or type make win32ksys_clean this file was not being rebuild or remove.
Modified: trunk/reactos/tools/nci/nci.mak
Modified: trunk/reactos/tools/nci/nci.mak URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/nci/nci.mak?rev=28193... ============================================================================== --- trunk/reactos/tools/nci/nci.mak (original) +++ trunk/reactos/tools/nci/nci.mak Mon Aug 6 17:20:31 2007 @@ -59,8 +59,7 @@ $(WIN32K_SERVICE_TABLE) \ $(NTDLL_STUBS) \ $(KERNEL_STUBS) \ - $(WIN32K_GDI_STUBS) \ - $(WIN32K_USER_STUBS) + $(WIN32K_STUBS)
$(NCI_SERVICE_FILES): $(NCI_TARGET) $(KERNEL_SVC_DB) $(WIN32K_SVC_DB) $(ECHO_NCI)