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.

42 lines
795 B

  1. MAJORCOMP=ASR
  2. MINORCOMP=ftasr
  3. TARGETNAME=ftasr
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. USE_LIBCMT=1
  7. USE_MFCUNICODE=1
  8. # I only define the following because if I don't have it, I get these dratted error
  9. # messages about "rc() : error RC1106 : invalid option: -z"
  10. #
  11. RCNOFONTMAP=1
  12. UNICODE_OPTION=-DUNICODE
  13. OS_OPTIONS=-D_WIN32_ -DWIN32 -DOS_WIN32
  14. C_DEFINES= $(UNICODE_OPTION) $(OS_OPTIONS) -DMFC_VER=0x0420 -DWINVER=0x0500
  15. INCLUDES= $(BASEDIR)\public\sdk\inc
  16. SOURCES= \
  17. ftasr.cpp \
  18. ftasrdlg.cpp \
  19. ftasr.rc
  20. UMTYPE=windows
  21. # UMENTRY=winmain set by makefile.def if USE_MFCUNICODE defined
  22. UMAPPL=ftasr
  23. UMLIBS= $(SDK_LIB_PATH)\ftapi.lib
  24. SUBSYSTEM_VERSION = 5.00
  25. PRECOMPILED_CXX=1
  26. PRECOMPILED_INCLUDE=stdafx.h
  27. PRECOMPILED_PCH=stdafx.pch
  28. PRECOMPILED_OBJ=stdafx.obj