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.
26 lines
390 B
26 lines
390 B
MAJORCOMP=windows
|
|
MINORCOMP=vtfd
|
|
|
|
TARGETNAME=vtfd
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
|
|
INCLUDES=\
|
|
..\..\inc; \
|
|
..
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
C_DEFINES=$(C_DEFINES) -DLANGPACK
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
SOURCES=fdcvt.c \
|
|
fdfc.c \
|
|
fdquery.c \
|
|
fontfile.c
|