Makefile.windows 240 B

12345678910
  1. ifeq ($(findstring 86, $(ProgramFiles)), )
  2. PROGFILES := C:/Program Files
  3. else
  4. PROGFILES := C:/Program Files (x86)
  5. endif
  6. GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.9 2015q1
  7. GNU_VERSION := 4.9.3
  8. GNU_PREFIX := arm-none-eabi