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.

25 lines
529 B

  1. #
  2. # All binaries will end up in the fax directory
  3. #
  4. #ALT_PROJECT_TARGET=fax
  5. !if !$(FREEBUILD)
  6. C_DEFINES=$(C_DEFINES) -DDEBUG -DFAX_HEAP_DEBUG
  7. !endif
  8. !ifndef NOUNICODE
  9. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  10. LINKLIBS=$(FAXROOT)\util\unicode\$O\faxutil.lib
  11. !else
  12. LINKLIBS=$(FAXROOT)\util\ansii\$O\faxutil.lib
  13. !endif
  14. C_DEFINES=$(C_DEFINES) -DTAPI_CURRENT_VERSION=0x00020000
  15. FAXLIB=$(FAXROOT)\lib
  16. INCLUDES=$(FAXROOT)\inc;$(WINDOWS_INC_PATH);
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. PROJECT_COMPILER_WARNINGS=-FI$(FAXROOT)\inc\warning.h