24 lines
660 B
Text
24 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 ##################################
|
||
|
|