diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-05-28 19:12:06 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-05-28 19:12:06 +0200 |
commit | 00c0e221b77e658b0360dc18f15efbbc8085a6ec (patch) | |
tree | cf9e3b457632964c205ed4ea84b7b3c3958da721 /Makefile.windows | |
parent | bcfa665ebd095aa1c9a13219b421457c72b8a899 (diff) | |
download | nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.tar.gz nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.tar.bz2 nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.tar.xz nrf51822-posix-build-scripts-00c0e221b77e658b0360dc18f15efbbc8085a6ec.zip |
o Lots of improvements, almost a rewrite.
Diffstat (limited to 'Makefile.windows')
-rw-r--r-- | Makefile.windows | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile.windows b/Makefile.windows index ed8d0c4..533cbb6 100644 --- a/Makefile.windows +++ b/Makefile.windows @@ -1,10 +1,10 @@ -ifeq ($(findstring 86, $(ProgramFiles)), )
- PROGFILES := C:/Program Files
-else
- PROGFILES := C:/Program Files (x86)
-endif
-
-GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1
-GNU_VERSION := 4.7.3
-GNU_PREFIX := arm-none-eabi
-
+ifeq ($(findstring 86, $(ProgramFiles)), ) + PROGFILES := C:/Program Files +else + PROGFILES := C:/Program Files (x86) +endif + +GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1 +GNU_VERSION := 4.7.3 +GNU_PREFIX := arm-none-eabi + |