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.

72 lines
1.6 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. 29-Aug-1992 Sat 14:49:14 updated -by- Daniel Chou (danielc)
  12. Remove halftone.lib references, the reference is in gdi32.lib
  13. Steve Wood (stevewo) 12-Apr-1990
  14. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  15. !ENDIF
  16. HALFTONE_LIB_NAME=
  17. !IFDEF HTUI_STATIC_HALFTONE
  18. ! IF "$(HTUI_STATIC_HALFTONE)" == "1"
  19. C_DEFINES=-DHTUI_STATIC_HALFTONE
  20. HALFTONE_LIB_NAME=$(NTGDI_PATH)\halftone\ht\$(ALT_PROJECT_TARGET)\$(O)\halftone.lib
  21. ! ENDIF
  22. !ENDIF
  23. MAJORCOMP=windows
  24. MINORCOMP=halftone
  25. C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE -DUMODE
  26. TARGETNAME=htui
  27. TARGETPATH=$(_OBJ_DIR)
  28. PASS1_PUBLISH=\
  29. {$(DYNLINK_LIB)=$(WINDOWS_LIB_DEST)\$(DYNLINK_LIBDIR)}
  30. TARGETTYPE=DYNLINK
  31. TARGETLIBS=$(HALFTONE_LIB_NAME) \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\comdlg32.lib \
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib
  36. DLLENTRY=_DllMainCRTStartup
  37. INCLUDES=..\..\..\inc;..\..\inc
  38. !IFNDEF MSC_WARNING_LEVEL
  39. MSC_WARNING_LEVEL=/W3
  40. !ENDIF
  41. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  42. USE_MSVCRT=1
  43. BUFFER_OVERFLOW_CHECKS=1
  44. SOURCES=htuiapi.c \
  45. htuimain.c \
  46. htuigif.c \
  47. htuidlg.rc