20 lines
322 B
Plaintext
20 lines
322 B
Plaintext
PROJDIR=..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
#
|
|
# This sources file is used to build the shared precompiled header
|
|
# and we can't proceed until it is finished.
|
|
#
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
TARGETNAME=pch
|
|
TARGETPATH=$(PROJDIR)\lib$(BUILD_ALT_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc;\
|
|
|
|
SOURCES=
|
|
|