From 2490b24a1ced7372e4462c60802748e426901da1 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 8 May 2018 16:21:33 +0200 Subject: Add notes, rename gpio class to gpio_pin and rename led variables --- nbproject/Makefile-local-default.mk | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'nbproject/Makefile-local-default.mk') diff --git a/nbproject/Makefile-local-default.mk b/nbproject/Makefile-local-default.mk index 39019b0..1dd99ba 100644 --- a/nbproject/Makefile-local-default.mk +++ b/nbproject/Makefile-local-default.mk @@ -14,23 +14,24 @@ # You can invoke make with the values of the macros: # $ makeMP_CC="/opt/microchip/mplabc30/v3.30c/bin/pic30-gcc" ... # -PATH_TO_IDE_BIN=/opt/microchip/mplabx/v4.15/mplab_ide/platform/../mplab_ide/modules/../../bin/ +SHELL=cmd.exe +PATH_TO_IDE_BIN=C:/Program Files/Microchip/MPLABX/v4.05/mplab_ide/platform/../mplab_ide/modules/../../bin/ # Adding MPLAB X bin directory to path. -PATH:=/opt/microchip/mplabx/v4.15/mplab_ide/platform/../mplab_ide/modules/../../bin/:$(PATH) +PATH:=C:/Program Files/Microchip/MPLABX/v4.05/mplab_ide/platform/../mplab_ide/modules/../../bin/:$(PATH) # Path to java used to run MPLAB X when this makefile was created -MP_JAVA_PATH="/opt/microchip/mplabx/v4.15/sys/java/jre1.8.0_144/bin/" +MP_JAVA_PATH="C:\Program Files\Microchip\MPLABX\v4.05\sys\java\jre1.8.0_144/bin/" OS_CURRENT="$(shell uname -s)" -MP_CC="/opt/microchip/xc32/v2.05/bin/xc32-gcc" -MP_CPPC="/opt/microchip/xc32/v2.05/bin/xc32-g++" +MP_CC="C:\Program Files\Microchip\xc32\v1.44\bin\xc32-gcc.exe" +MP_CPPC="C:\Program Files\Microchip\xc32\v1.44\bin\xc32-g++.exe" # MP_BC is not defined -MP_AS="/opt/microchip/xc32/v2.05/bin/xc32-as" -MP_LD="/opt/microchip/xc32/v2.05/bin/xc32-ld" -MP_AR="/opt/microchip/xc32/v2.05/bin/xc32-ar" -DEP_GEN=${MP_JAVA_PATH}java -jar "/opt/microchip/mplabx/v4.15/mplab_ide/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar" -MP_CC_DIR="/opt/microchip/xc32/v2.05/bin" -MP_CPPC_DIR="/opt/microchip/xc32/v2.05/bin" +MP_AS="C:\Program Files\Microchip\xc32\v1.44\bin\xc32-as.exe" +MP_LD="C:\Program Files\Microchip\xc32\v1.44\bin\xc32-ld.exe" +MP_AR="C:\Program Files\Microchip\xc32\v1.44\bin\xc32-ar.exe" +DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files/Microchip/MPLABX/v4.05/mplab_ide/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar" +MP_CC_DIR="C:\Program Files\Microchip\xc32\v1.44\bin" +MP_CPPC_DIR="C:\Program Files\Microchip\xc32\v1.44\bin" # MP_BC_DIR is not defined -MP_AS_DIR="/opt/microchip/xc32/v2.05/bin" -MP_LD_DIR="/opt/microchip/xc32/v2.05/bin" -MP_AR_DIR="/opt/microchip/xc32/v2.05/bin" +MP_AS_DIR="C:\Program Files\Microchip\xc32\v1.44\bin" +MP_LD_DIR="C:\Program Files\Microchip\xc32\v1.44\bin" +MP_AR_DIR="C:\Program Files\Microchip\xc32\v1.44\bin" # MP_BC_DIR is not defined -- cgit v1.2.1