Leaked source code of windows server 2003
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.
 
 
 
 
 
 

28 lines
314 B

!IF $(IA64)
TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=
!ELSE
!include ..\..\..\..\faxsrc.inc
TARGETNAME=awcodc32
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=
INCLUDES=..\..\inc
SOURCES=faxcodec.cpp \
convert.cpp \
t4core.c \
bitrev.c
C_DEFINES=
UMTYPE=windows
!ENDIF