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.

23 lines
411 B

  1. !IF 0
  2. Create dither table
  3. Copyright (C) 1996 - 1999 Microsoft Corporation
  4. !ENDIF
  5. MAJORCOMP=windows
  6. MINORCOMP=dither
  7. TARGETNAME=dither
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. INCLUDES=$(BASEDIR)/private/windows/inc;$(BASEDIR)/public/sdk/inc;$(BASEDIR)/public/oak/inc;
  11. SOURCES=dither.c \
  12. dither.rc
  13. UMTYPE=console
  14. UMLIBS=$(SDK_LIB_PATH)\libc.lib \
  15. $(SDK_LIB_PATH)\ntdll.lib