mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +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/dragdropimpl.o \
|
||||||
utility/shellbrowserimpl.o \
|
utility/shellbrowserimpl.o \
|
||||||
utility/xmlstorage.o
|
utility/xmlstorage.o
|
||||||
TARGET_PCH := percomp.h
|
TARGET_PCH := precomp.h
|
||||||
SUBDIRS := notifyhook
|
SUBDIRS := notifyhook
|
||||||
DEP_OBJECTS := $(TARGET_OBJECTS)
|
DEP_OBJECTS := $(TARGET_OBJECTS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue