correct TARGET_PCH to 'precomp.h'

svn path=/trunk/; revision=10365
This commit is contained in:
Martin Fuchs 2004-08-02 20:55:26 +00:00
parent 932a73bfc2
commit 62d46e8d85

View file

@ -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)