25 lines
760 B
Text
25 lines
760 B
Text
###############################################################
|
|
#####
|
|
##### Makefile.local.WinARM for boop
|
|
##### Created in the early morninghours
|
|
#####
|
|
##### Makefile.local.WinARM V1.0 by alterego - alteregon@gmx.net
|
|
#####
|
|
###############################################################
|
|
|
|
###############################################################
|
|
#####
|
|
##### PATHS (default installation)
|
|
#####
|
|
##### You can put your path-config into Makefile.local
|
|
##### to override these defaults
|
|
#####
|
|
###############################################################
|
|
|
|
ARMBASE=c:/WinARM/
|
|
INCLUDEPATH=$(ARMBASE)/include
|
|
LIBPATH=$(ARMBASE)/arm-elf/lib/interwork
|
|
ARMPATH=$(ARMBASE)/bin
|
|
TOOLPREFIX=/arm-elf-
|
|
|
|
######################## EOF ##################################
|