!IF 0 Copyright (c) 1989 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. Author: Johann Posch (JohannP) 03-10c-1996 !ENDIF TARGETNAME= B4Hook TARGETPATH=obj TARGETTYPE= DYNLINK DLLDEF= $O\B4Hook.def DLLENTRY= _DllMainCRTStartup DLLBASE= 0x61000000 INCLUDES= ..;..\..\inc !include ..\..\daytona.inc USE_MAPSYM=1 SOURCES= \ ..\b4hook.rc \ ..\b4hook.cxx \ ..\resprot.cxx \ ..\protbase.cxx \ ..\urlcf.cxx \ ..\selfreg.cxx \ ..\plugdll.cxx UMTYPE= windows LINKLIBS= \ $(LINKLIBS) \ ..\..\utils\daytona\$O\utils.lib \ USE_MSVCRT=1 TARGETLIBS= \ $(SDK_LIB_PATH)\wininet.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\uuid.lib \