Subversion Repositories Code-Repo

Rev

Rev 202 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 202 Rev 222
Line 17... Line 17...
17
SHELL=cmd.exe
17
SHELL=cmd.exe
18
PATH_TO_IDE_BIN=C:/Program Files (x86)/Microchip/MPLABX/mplab_ide/mplab_ide/modules/../../bin/
18
PATH_TO_IDE_BIN=C:/Program Files (x86)/Microchip/MPLABX/mplab_ide/mplab_ide/modules/../../bin/
19
# Adding MPLAB X bin directory to path.
19
# Adding MPLAB X bin directory to path.
20
PATH:=C:/Program Files (x86)/Microchip/MPLABX/mplab_ide/mplab_ide/modules/../../bin/:$(PATH)
20
PATH:=C:/Program Files (x86)/Microchip/MPLABX/mplab_ide/mplab_ide/modules/../../bin/:$(PATH)
21
# Path to java used to run MPLAB X when this makefile was created
21
# Path to java used to run MPLAB X when this makefile was created
22
MP_JAVA_PATH="C:\Program Files (x86)\Microchip\MPLABX\sys\java\jre1.6.0_32-windows-x64\java-windows/bin/"
22
MP_JAVA_PATH="C:\Program Files (x86)\Microchip\MPLABX\sys\java\jre1.7.0_17/bin/"
23
OS_CURRENT="$(shell uname -s)"
23
OS_CURRENT="$(shell uname -s)"
24
MP_CC="C:\Program Files (x86)\Microchip\xc8\v1.12\bin\xc8.exe"
24
MP_CC="C:\Program Files (x86)\Microchip\xc8\v1.20\bin\xc8.exe"
25
# MP_CPPC is not defined
25
# MP_CPPC is not defined
26
# MP_BC is not defined
26
# MP_BC is not defined
27
# MP_AS is not defined
27
# MP_AS is not defined
28
# MP_LD is not defined
28
# MP_LD is not defined
29
# MP_AR is not defined
29
# MP_AR is not defined
30
DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files (x86)/Microchip/MPLABX/mplab_ide/mplab_ide/modules/../../bin/extractobjectdependencies.jar" 
30
DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files (x86)/Microchip/MPLABX/mplab_ide/mplab_ide/modules/../../bin/extractobjectdependencies.jar" 
31
MP_CC_DIR="C:\Program Files (x86)\Microchip\xc8\v1.12\bin"
31
MP_CC_DIR="C:\Program Files (x86)\Microchip\xc8\v1.20\bin"
32
# MP_CPPC_DIR is not defined
32
# MP_CPPC_DIR is not defined
33
# MP_BC_DIR is not defined
33
# MP_BC_DIR is not defined
34
# MP_AS_DIR is not defined
34
# MP_AS_DIR is not defined
35
# MP_LD_DIR is not defined
35
# MP_LD_DIR is not defined
36
# MP_AR_DIR is not defined
36
# MP_AR_DIR is not defined