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
22 lines
695 B
BINPLACE_PLACEFILE=$(COBRA_ROOT)\placefil.txt
|
|
|
|
# compiler options
|
|
USER_C_FLAGS=-J
|
|
|
|
INCLUDES=$(ADMIN_INC_PATH); \
|
|
$(BASE_INC_PATH); \
|
|
$(WINDOWS_INC_PATH); \
|
|
|
|
|
|
#ICECAP options
|
|
!ifdef USEICECAP
|
|
LINKER_FLAGS = $(LINKER_FLAGS) /INCREMENTAL:NO /DEBUGTYPE:FIXUP
|
|
!endif
|
|
|
|
# LINT options, do not end in a semicolon
|
|
LINT_TYPE=all
|
|
LINT_EXT=lnt
|
|
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;
|
|
|
|
LINT_OPTS=-v -cmsc -zero +fcu +fwu +fan +fas +fpc +fie -e$(LINT_ERRORS_TO_IGNORE:;= -e)
|
|
LINT_OPTS=$(LINT_OPTS:-e =)
|