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.

60 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 - 1991 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=wowfaxui
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\gdi32.lib \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\winspool.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib
  22. C_DEFINES=-DUNICODE
  23. DLLENTRY=DllInitProc
  24. MSC_WARNING_LEVEL=/W3 /WX
  25. INCLUDES=\
  26. ..;\
  27. ..\..;\
  28. ..\..\wowfax;\
  29. ..\..\..\inc;\
  30. $(PRINTSCAN_INC_PATH);\
  31. $(WINDOWS_INC_PATH)
  32. SOURCES=..\wfhelper.c \
  33. ..\wfsheets.c \
  34. ..\wfupgrad.c \
  35. ..\wowfaxui.c \
  36. ..\wowfaxui.rc
  37. UMTYPE=windows
  38. SOURCES_USED=..\sources.inc
  39. CONDITIONAL_INCLUDES=subwtype.h
  40. W32_SB=1