mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
correct TARGET_PCH to 'precomp.h'
svn path=/trunk/; revision=10365
This commit is contained in:
parent
932a73bfc2
commit
62d46e8d85
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ TARGET_OBJECTS := \
|
|||
utility/dragdropimpl.o \
|
||||
utility/shellbrowserimpl.o \
|
||||
utility/xmlstorage.o
|
||||
TARGET_PCH := percomp.h
|
||||
TARGET_PCH := precomp.h
|
||||
SUBDIRS := notifyhook
|
||||
DEP_OBJECTS := $(TARGET_OBJECTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue