2020-09-30 16:53:55 +02:00

51 lines
1.1 KiB
Plaintext

!IF 0
Copyright (c) Microsoft Corporation. All rights reserved.
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=infscan
TARGETPATH=obj
TARGETTYPE=PROGRAM
USE_NATIVE_EH=1
USE_STL=1
# To build ANSI or Unicode, comment out the appropriate C_DEFINES line...
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
#C_DEFINES=$(C_DEFINES)
SOURCES= msg.mc \
filters.cpp \
globals.cpp \
globalscan.cpp \
infscan.cpp \
installscan.cpp \
parseinfctx.cpp \
sppriv.cpp \
verinfo.cpp \
worker.cpp \
infscan.rc
TARGETLIBS= \
$(SDK_LIB_PATH)\setupapi.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\user32.lib
UMTYPE=console
USE_MSVCRT=1
PRECOMPILED_CXX = 1
PRECOMPILED_INCLUDE = precomp.h
PRECOMPILED_SOURCEFILE = precomp.cpp