Source code of Windows XP (NT5)
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

  1. !ifndef FAXROOT
  2. FAXROOT=$(PROJECT_ROOT)\fax
  3. !endif
  4. NOUNICODE=1
  5. !include $(FAXROOT)\faxsrc.inc
  6. TARGETNAME=cl1_32
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. UMTYPE=windows
  10. C_DEFINES=$(C_DEFINES) /D_NT_SUR_ /DNO_STRICT /DWIN4 /DNT4
  11. USE_MSVCRT=1
  12. INCLUDES=..\headers;..\..\..\inc
  13. SOURCES=crc.c \
  14. ddi.c \
  15. decoder.c \
  16. encoder.c \
  17. framing.c