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.

22 lines
695 B

  1. BINPLACE_PLACEFILE=$(COBRA_ROOT)\placefil.txt
  2. # compiler options
  3. USER_C_FLAGS=-J
  4. INCLUDES=$(ADMIN_INC_PATH); \
  5. $(BASE_INC_PATH); \
  6. $(WINDOWS_INC_PATH); \
  7. #ICECAP options
  8. !ifdef USEICECAP
  9. LINKER_FLAGS = $(LINKER_FLAGS) /INCREMENTAL:NO /DEBUGTYPE:FIXUP
  10. !endif
  11. # LINT options, do not end in a semicolon
  12. LINT_TYPE=all
  13. LINT_EXT=lnt
  14. 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;
  15. LINT_OPTS=-v -cmsc -zero +fcu +fwu +fan +fas +fpc +fie -e$(LINT_ERRORS_TO_IGNORE:;= -e)
  16. LINT_OPTS=$(LINT_OPTS:-e =)