38 lines
624 B
Plaintext
38 lines
624 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1992 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=compdir
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES=compdir.rc \
|
||
|
compdir.c \
|
||
|
comtoolz.c \
|
||
|
link.c \
|
||
|
multithd.c
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
LINKLIBS=\
|
||
|
$(SDK_LIB_PATH)\imagehlp.lib \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib
|