mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
2004-10-02 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/Makefile: Fix dependencies when PCH is enabled. svn path=/trunk/; revision=11155
This commit is contained in:
parent
cf4df378aa
commit
05ee9bbcc3
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-10-02 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* ntoskrnl/Makefile: Fix dependencies when PCH is enabled.
|
||||
|
||||
2004-10-02 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/helper.mk: Support for kernel TARGET_TYPE.
|
||||
|
|
|
@ -558,6 +558,8 @@ ex/napi.o: ex/napi.c $(PATH_TO_TOP)/include/ntdll/napi.h
|
|||
|
||||
ke/main.o: ke/main.c $(PATH_TO_TOP)/include/reactos/buildno.h
|
||||
|
||||
$(TARGET_PCH): $(PATH_TO_TOP)/include/reactos/bugcodes.h
|
||||
|
||||
|
||||
.%.TAG: %.S
|
||||
etags -o $@ $<
|
||||
|
|
Loading…
Reference in a new issue