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.

46 lines
1.0 KiB

  1. # HOTMAIL.INC
  2. #
  3. # -- root include file for the hotmail project. should be !included
  4. # before any macros are set, etc, with the exception of HMROOT,
  5. # which is required here
  6. #
  7. # History:
  8. # 22-March-98 Created by Shayne Bradley (shayneb)
  9. WIN32_WINNT_VERSION=0x0400
  10. WIN32_WIN95_VERSION=0x0400
  11. !ifndef WIN16
  12. WINVER_VERSION=0x0400
  13. !endif
  14. #ALT_PROJECT_TARGET=hotmail
  15. #BINPLACE_PLACEFILE=$(HMROOT)\placefil.txt
  16. INCLUDES=$(HMROOT)\external\inc;$(HMROOT)\inc
  17. # treat warnings as errors
  18. MSC_WARNING_LEVEL=/W3 /WX
  19. # NOTE: the NT_BUILD below is a temp hack to allow old headers
  20. # to function correctly with split windows headers
  21. C_DEFINES=-DSTRICT -DNT_BUILD -DNASHVILLE -DWINVER=0x0400
  22. !ifdef HMBROWSE
  23. BROWSER_INFO=1
  24. BSCMAKE_FLAGS=/n /nologo
  25. !endif
  26. !if !$(FREEBUILD)
  27. LINKER_NOICF=1
  28. C_DEFINES=$(C_DEFINES) -DDEBUG
  29. !endif
  30. !if !defined(CLEANINF_FLAGS)
  31. # Cleaninf flags
  32. CLEANINF_FLAGS = -w
  33. !endif
  34. # Cleaninf utility
  35. CLEANINF = cleaninf.exe $(CLEANINF_FLAGS)