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.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Wesley Witt (wesw)
  12. !ENDIF
  13. !include ..\..\..\..\faxsrc.inc
  14. TARGETNAME=$(FAXSEND)
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. USE_CRTDLL=1
  18. NTKEEPRESOURCETMPFILES=1
  19. UMTYPE=windows
  20. !ifdef NOUNICODE
  21. UMENTRY=winmain
  22. !else
  23. UMENTRY=wwinmain
  24. !endif
  25. INCLUDES=$(INCLUDES);..\..\inc
  26. !ifndef NOUNICODE
  27. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  28. !else
  29. NO_NTDLL=1
  30. !endif
  31. TARGETLIBS=\
  32. $(BASEDIR)\public\sdk\lib\*\winspool.lib \
  33. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  34. $(BASEDIR)\public\sdk\lib\*\comctl32.lib \
  35. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  36. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  37. $(BASEDIR)\public\sdk\lib\*\uuid.lib \
  38. $(BASEDIR)\public\sdk\lib\*\shell32.lib
  39. SOURCES=\
  40. ..\sendnote.c \
  41. ..\version.rc