Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Eran Yariv (EranY)
  12. !ENDIF
  13. !include ..\..\faxsrc.inc
  14. TARGETNAME=WinFax
  15. TARGETPATH=$(FAXLIB)
  16. TARGETTYPE=DYNLINK
  17. DLLDEF=WinFax.def
  18. C_DEFINES = $(C_DEFINES) -DTARGET_NAME=$(TARGETNAME) -DFAXAPI=L\"$(WINFAX)\"
  19. USE_CRTDLL=1
  20. DLLENTRY=_DllMainCRTStartup
  21. TARGETLIBS= \
  22. $(TARGETLIBS) \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(FAXLIB)\*\$(WINFAX).lib \
  25. $(SDK_LIB_PATH)\User32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\Advapi32.lib \
  28. $(SDK_LIB_PATH)\WinSpool.lib \
  29. $(SDK_LIB_PATH)\shell32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. !if !$(FREEBUILD)
  32. $(FAXROOT)\util\debugex\unicode\obj\*\debugex.lib \
  33. !endif
  34. DELAYLOAD=fxsapi.dll
  35. DLOAD_ERROR_HANDLER=kernel32.dll
  36. SOURCES=\
  37. winfax.cpp \
  38. winfax.rc
  39. PASS1_PUBLISH=\
  40. {$(FAXLIB)\$(TARGET_DIRECTORY)\WINFAX.LIB=$(SDK_LIB_PATH)\WINFAX.LIB}