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.

26 lines
286 B

  1. !IF $(IA64)
  2. TARGETNAME=
  3. TARGETTYPE=NOTARGET
  4. TARGETPATH=
  5. !ELSE
  6. !include ..\..\..\..\faxsrc.inc
  7. TARGETNAME=awdcxc32
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. TARGETLIBS=
  11. INCLUDES=..\..\inc
  12. SOURCES=dcxcodec.cpp \
  13. dcxcodec.rc
  14. C_DEFINES=
  15. UMTYPE=windows
  16. !ENDIF