!IF 0 Copyright (c) 1989-1991 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. History: Created 27-Sep-94 by Bob Day (bobday) from template created 12-Apr-1990 by Steve Wood (stevewo) NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl !ENDIF MAJORCOMP=filesync MINORCOMP=linkinfo NTTARGETFILE0=doit # Make warnings equivalent to errors !IFNDEF MSC_WARNING_LEVEL MSC_WARNING_LEVEL=/W3 !ENDIF MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX TARGETNAME=linkinfo TARGETPATH=obj TARGETTYPE=DYNLINK DLLENTRY=LibMain TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\mpr.lib USE_LIBCNTPR=1 C_DEFINES=-DWINNT -DPRIVATE_HEAP -DEXPV -DUNICODE CONDITIONAL_INCLUDES=\ linkinfo.rcv INCLUDES=.;\ ..\core;\ ..\..\inc; \ ..\..\..\inc SOURCES= canon.c \ cnrlink.c \ dllinit.c \ linkinfo.c \ server.c \ util.c \ volumeid.c \ init.c \ serial.c \ memmgr.c \ valid.c \ comc.c \ inifile.c \ resstr.c \ debug.c \ nothunk.c \ linkinfo.rc DLLDEF=$(O)\linkinfo.def UMTYPE=windows EXPECTED_WINVER=4.0 PRECOMPILED_INCLUDE=project.h PRECOMPILED_PCH=project.pch PRECOMPILED_OBJ=project.obj