!IF 0 Copyright (c) 1999 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. The following 5 lines come from $(BASEDIR)\private\pnpu\ias\build\ias.defs !ENDIF TARGETNAME=iasinfdb TARGETPATH=obj TARGETTYPE=PROGRAM UMTYPE=console UMENTRY=wmain USE_ATL = 1 USE_STL=1 USE_MSVCRT = 1 USE_NATIVE_EH=1 TARGETLIBS =\ $(SDK_LIB_PATH)\oledb.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\rtutils.lib \ $(SDK_LIB_PATH)\setupapi.lib SOURCES= \ simtable.cpp \ inf2db.cpp \ command.cpp \ helper.cpp \ simpletableex.cpp \ database.cpp \ iasinfdb.rc PRECOMPILED_INCLUDE=precomp.hpp PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj