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.
10 lines
268 B
10 lines
268 B
#
|
|
# include file for aimm project
|
|
#
|
|
|
|
!include $(PROJECT_ROOT)\AdvCore\ctf\common.inc
|
|
|
|
AIMM_DIR = $(CICERO_DIR)\aimm1.2
|
|
INCLUDES = $(AIMM_DIR)\inc;$(AIMM_DIR)\uuid\$(O);$(INCLUDES)
|
|
|
|
C_DEFINES=$(C_DEFINES) -DSLEEPMODE -DOLD_AIMM_ENABLED
|