mirror of https://github.com/tongzx/nt5src
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
377 B
26 lines
377 B
!ifndef FAXROOT
|
|
FAXROOT=$(PROJECT_ROOT)\fax
|
|
!endif
|
|
|
|
|
|
NOUNICODE=1
|
|
!include $(FAXROOT)\faxsrc.inc
|
|
|
|
|
|
TARGETNAME=cl1_32
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
C_DEFINES=$(C_DEFINES) /D_NT_SUR_ /DNO_STRICT /DWIN4 /DNT4
|
|
|
|
USE_MSVCRT=1
|
|
|
|
|
|
INCLUDES=..\headers;..\..\..\inc
|
|
|
|
SOURCES=crc.c \
|
|
ddi.c \
|
|
decoder.c \
|
|
encoder.c \
|
|
framing.c
|