-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.local
More file actions
28 lines (25 loc) · 859 Bytes
/
Makefile.local
File metadata and controls
28 lines (25 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#############################################################################
#
# file: bmptk/Makefile.local
#
# Local definitions for the bmptk makefile
#
# If you want to change the definitions below to match
# the situation on your PC:
# COPY THIS FILE TO Makefile.custom AND CHANGE THAT FILE.
# This way you can overwrite the bmptk files without erasing
# your changes.
#
# This file is in the public domain.
#
#############################################################################
ifeq ($(wildcard C:/Program\ Files\ (x86)/* ),)
WPF := C:/Program Files
else
WPF := C:/Program Files (x86)
endif
GNU-ARM := $(WPF)/GNU Tools ARM Embedded\4.9 2015q3
MINGW := $(WPF)/mingw-w64/i686-5.2.0-posix-dwarf-rt_v4-rev0/mingw32
DEVKITPRO := C:/devkitPro
FLASHMAGIC := "$(WPF)/Flash Magic/FM"
LPC21ISP := "$(BMPTK)/tools/lpc21-97hr"