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
52 lines
866 B
MAJORCOMP=windows
|
|
MINORCOMP=halftone
|
|
|
|
TARGETNAME=halftone
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
|
|
INCLUDES=..\..\inc;..\..\..\inc
|
|
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
!IFNDEF NTDEBUG
|
|
NTDEBUG=
|
|
!ENDIF
|
|
|
|
!IFNDEF DISABLE_HALFTONE_ASM
|
|
DISABLE_HALFTONE_ASM=0
|
|
!ENDIF
|
|
|
|
!IF "$(DISABLE_HALFTONE_ASM)" == "1"
|
|
ForceNoASM=-DNO_ASM
|
|
!ELSE
|
|
ForceNoASM=
|
|
!ENDIF
|
|
|
|
ASM_DEFINES=$(ASM_DEFINES) -Cp $(ForceNoASM)
|
|
|
|
#386_OPTIMIZATION=/Odi
|
|
|
|
C_DEFINES=$(C_DEFINES) $(ForceNoASM)
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
SOURCES=htdebug.c \
|
|
htmemory.c \
|
|
htmath.c \
|
|
htpat.c \
|
|
htstret.c \
|
|
htmapclr.c \
|
|
htrender.c \
|
|
htgetbmp.c \
|
|
htsetbmp.c \
|
|
htapi.c \
|
|
htalias.c \
|
|
ht.rc
|
|
|
|
UMRES=$(O)\ht.res
|