34 lines
625 B
Plaintext
34 lines
625 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
ROOT=$(MAKEDIR:\util=)
|
||
|
!include $(ROOT)\common.inc
|
||
|
|
||
|
TARGETNAME=util
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(INCLUDES); \
|
||
|
..\inc; \
|
||
|
$(ROOT)\inc\$(O); \
|
||
|
$(ROOT)\proxy\$(O); \
|
||
|
|
||
|
SOURCES= \
|
||
|
regsettingsio.cxx \
|
||
|
dynary.cxx \
|
||
|
memutils.cxx \
|
||
|
dbgstk.cxx \
|
||
|
cstr.cxx \
|
||
|
thrdcomm.cxx \
|
||
|
regdcom.cxx
|
||
|
|
||
|
CONDITIONAL_INCLUDES=$(CONDITIONAL_INCLUDES) winheap.h
|
||
|
|
||
|
!ifndef NO_PRECOMPILED_HEADERS
|
||
|
PRECOMPILED_OPTION=/Yuheaders.hxx /Fp..\inc\$(O)\headers.pch
|
||
|
PRECOMPILED_CXX=1
|
||
|
!endif
|