27 lines
377 B
Plaintext
27 lines
377 B
Plaintext
|
!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
|