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.

28 lines
923 B

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