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.

52 lines
866 B

  1. MAJORCOMP=windows
  2. MINORCOMP=halftone
  3. TARGETNAME=halftone
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=$(_OBJ_DIR)
  6. INCLUDES=..\..\inc;..\..\..\inc
  7. NTPROFILEINPUT=yes
  8. !IFNDEF NTDEBUG
  9. NTDEBUG=
  10. !ENDIF
  11. !IFNDEF DISABLE_HALFTONE_ASM
  12. DISABLE_HALFTONE_ASM=0
  13. !ENDIF
  14. !IF "$(DISABLE_HALFTONE_ASM)" == "1"
  15. ForceNoASM=-DNO_ASM
  16. !ELSE
  17. ForceNoASM=
  18. !ENDIF
  19. ASM_DEFINES=$(ASM_DEFINES) -Cp $(ForceNoASM)
  20. #386_OPTIMIZATION=/Odi
  21. C_DEFINES=$(C_DEFINES) $(ForceNoASM)
  22. !IFNDEF MSC_WARNING_LEVEL
  23. MSC_WARNING_LEVEL=/W3
  24. !ENDIF
  25. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  26. SOURCES=htdebug.c \
  27. htmemory.c \
  28. htmath.c \
  29. htpat.c \
  30. htstret.c \
  31. htmapclr.c \
  32. htrender.c \
  33. htgetbmp.c \
  34. htsetbmp.c \
  35. htapi.c \
  36. htalias.c \
  37. ht.rc
  38. UMRES=$(O)\ht.res