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
23 lines
411 B
!IF 0
|
|
|
|
Create dither table
|
|
|
|
Copyright (C) 1996 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=dither
|
|
|
|
TARGETNAME=dither
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(BASEDIR)/private/windows/inc;$(BASEDIR)/public/sdk/inc;$(BASEDIR)/public/oak/inc;
|
|
|
|
SOURCES=dither.c \
|
|
dither.rc
|
|
|
|
UMTYPE=console
|
|
UMLIBS=$(SDK_LIB_PATH)\libc.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|