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.

39 lines
1.1 KiB

  1. # -----------------------------------------------------------------------------
  2. # $(STAXPT)\src\inc\stackcpp.mak
  3. #
  4. # Copyright (C) 1997 Microsoft Corporation
  5. # -----------------------------------------------------------------------------
  6. # -----------------------------------------------------------------------------
  7. #
  8. # This file adds the standard USERDEFS to be used in all STAXPT makefiles !
  9. #
  10. #
  11. #
  12. !IF "$(PROCESSOR_ARCHITECTURE)" == "x86"
  13. USERDEFS = $(USERDEFS) -Di386=1
  14. !ENDIF
  15. !IF "$(PROCESSOR_ARCHITECTURE)" == "alpha"
  16. USERDEFS = $(USERDEFS) -DALPHA -D_ALPHA_
  17. !ENDIF
  18. !IFNDEF NOSTACKCPPUSERDEFS
  19. USERDEFS = $(USERDEFS) -DSTD_CALL -DCONDITION_HANDLING=1 -DNT_UP=1 -DNT_INST=0 -DWIN32=100 -D_NT1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0400 -DWIN32_LEAN_AND_MEAN=1 -DDEVL=1 -DFPO -D_IDWBUILD -DNDEBUG -D_DLL=1 -D_MT=1
  20. !ENDIF
  21. !IF $(VERDEBUG)
  22. USERDEFS = $(USERDEFS) -DDBG -DDEBUG
  23. !ENDIF
  24. K2MMCINC = $(COMPONENT)\src\k2mmc\inc
  25. K2MMCLIB = $(COMPONENT)\src\k2mmc\$(PLATFORM)
  26. !IFDEF EXEXPRESS
  27. K2INCS = $(EXINC)
  28. K2LIBS = $(EXLIB)
  29. !ELSE
  30. K2INCS = $(COMPONENT)\src\k2inc
  31. K2LIBS = $(COMPONENT)\src\k2lib\$(PLATFORM)\$(FLAVOR)
  32. !ENDIF