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.

36 lines
876 B

  1. !include ..\makefile.inc
  2. # Old decem had encrypted mnemonics which it
  3. # modified at startup so string pooling and read-only
  4. # strings had to be turned off. This is no longer
  5. # necessary.
  6. !if 0
  7. NO_READONLY_STRINGS = 1
  8. NO_STRING_POOLING = 1
  9. !endif
  10. 386_STDCALL = 0
  11. DISASM_INC = disem.h
  12. DECODER_INC = decem.h
  13. XVER_MAJOR = 9
  14. XVER_MINOR = 60 ### 2 digits, 09 maybe a problem ?!
  15. API_MAJOR = 9
  16. API_MINOR = 6
  17. VFLAG = -DDISASM_NAME=\"$(DISASM_INC)\" \
  18. -DDECODER_NAME=\"$(DECODER_INC)\" \
  19. -DVER=$(VER) -DVER_STR=$(VER) -DAPI_MINOR=$(API_MINOR) \
  20. -DAPI_MAJOR=$(API_MAJOR) -DXVER_MAJOR=$(XVER_MAJOR) \
  21. -DXVER_MINOR=$(XVER_MINOR)
  22. INCLUDES = $(IA64_DIS_INC);..\iel
  23. USE_MSVCRT = 1
  24. TARGETLIBS = \
  25. ..\iel\$O\iel.lib\
  26. $(SDK_LIB_PATH)\kernel32.lib
  27. UMTYPE = console