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.

41 lines
1.0 KiB

  1. # general build settings
  2. MAJORCOMP=winstate
  3. !ifndef WINSTATE_DIR
  4. WINSTATE_DIR=winstate
  5. ! IF EXIST(..\..\..\projroot.inc)
  6. ! include ..\..\..\projroot.inc
  7. ! ELSEIF EXIST(..\..\..\..\projroot.inc)
  8. ! include ..\..\..\..\projroot.inc
  9. ! ENDIF
  10. !endif
  11. OUR_PROJECT_ROOT=$(PROJECT_ROOT)\$(WINSTATE_DIR)
  12. COBRA_ROOT=$(OUR_PROJECT_ROOT)\cobra
  13. TARGETPATH=$(COBRA_ROOT)\bin\$(_OBJ_DIR)
  14. BINPLACE_PLACEFILE=$(COBRA_ROOT)\placefil.txt
  15. # compiler options
  16. USER_C_FLAGS=-J
  17. INCLUDES=$(ADMIN_INC_PATH); \
  18. $(BASE_INC_PATH); \
  19. $(WINDOWS_INC_PATH); \
  20. #ICECAP options
  21. !ifdef USEICECAP
  22. LINKER_FLAGS = $(LINKER_FLAGS) /INCREMENTAL:NO /DEBUGTYPE:FIXUP
  23. !endif
  24. # LINT options, do not end in a semicolon
  25. LINT_TYPE=all
  26. LINT_EXT=lnt
  27. LINT_ERRORS_TO_IGNORE=$(LINT_ERRORS_TO_IGNORE);43;729;730;534;526;552;714;715;749;750;751;752;753;754;755;756;757;758;759;765;768;769;
  28. LINT_OPTS=-v -cmsc -zero +fcu +fwu +fan +fas +fpc +fie -e$(LINT_ERRORS_TO_IGNORE:;= -e)
  29. LINT_OPTS=$(LINT_OPTS:-e =)