Windows-Server-2003/sdktools/compdir/sources

38 lines
624 B
Plaintext
Raw Normal View History

2024-08-04 01:28:15 +02:00
!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