!IF 0 Copyright (c) 2000 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: Eran Yariv (EranY) !ENDIF !include ..\..\faxsrc.inc TARGETNAME=WinFax TARGETPATH=$(FAXLIB) TARGETTYPE=DYNLINK DLLDEF=WinFax.def C_DEFINES = $(C_DEFINES) -DTARGET_NAME=$(TARGETNAME) -DFAXAPI=L\"$(WINFAX)\" USE_CRTDLL=1 DLLENTRY=_DllMainCRTStartup TARGETLIBS= \ $(TARGETLIBS) \ $(SDK_LIB_PATH)\kernel32.lib \ $(FAXLIB)\*\$(WINFAX).lib \ $(SDK_LIB_PATH)\User32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\Advapi32.lib \ $(SDK_LIB_PATH)\WinSpool.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\uuid.lib \ !if !$(FREEBUILD) $(FAXROOT)\util\debugex\unicode\obj\*\debugex.lib \ !endif DELAYLOAD=fxsapi.dll DLOAD_ERROR_HANDLER=kernel32.dll SOURCES=\ winfax.cpp \ winfax.rc PASS1_PUBLISH=\ {$(FAXLIB)\$(TARGET_DIRECTORY)\WINFAX.LIB=$(SDK_LIB_PATH)\WINFAX.LIB}