boop/boop/branches/ram_version/telekatz_soundtest/Makefile.local.Telekatz
2017-07-01 21:56:25 +02:00

23 lines
660 B
Text

###############################################################
#####
##### Makefile.local.WinARM for boop
##### Created in the early morninghours
#####
##### Makefile.local.WinARM V1.0 by alterego - alteregon@gmx.net
#####
##### Copy this file to Makefile.local for your Windows
##### installation
#####
###############################################################
ARMBASE = F:/Tools/WinARM
INCLUDEPATH = $(ARMBASE)/include
LIBPATH = $(ARMBASE)/arm-elf/lib/interwork
ARMPATH = $(ARMBASE)/bin
TOOLPREFIX = arm-elf-
LPCTOOL = lpctool.exe
CFLAGS = -Wall -mthumb-interwork -msoft-float -ggdb
######################## EOF ##################################