mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 21:41:59 -04:00
Minor updates to the PIC32 MPLAB project to prevent it dumping .o files everywhere.
This commit is contained in:
parent
8bd2d2f682
commit
afe9c0face
|
@ -5,8 +5,8 @@ device=PIC32MX360F512L
|
||||||
[PATH_INFO]
|
[PATH_INFO]
|
||||||
BuildDirPolicy=BuildDirIsProjectDir
|
BuildDirPolicy=BuildDirIsProjectDir
|
||||||
dir_src=
|
dir_src=
|
||||||
dir_bin=
|
dir_bin=./output
|
||||||
dir_tmp=
|
dir_tmp=./output
|
||||||
dir_sin=..\..\Source\portable\MPLAB\PIC32MX;.
|
dir_sin=..\..\Source\portable\MPLAB\PIC32MX;.
|
||||||
dir_inc=.;.;..\common\include;..\..\source\portable\mplab\pic32mx;..\..\source\include
|
dir_inc=.;.;..\common\include;..\..\source\portable\mplab\pic32mx;..\..\source\include
|
||||||
dir_lib=
|
dir_lib=
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
|
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
|
||||||
Version=1.0
|
Version=1.0
|
||||||
[TOOL_LOC_STAMPS]
|
[TOOL_LOC_STAMPS]
|
||||||
tool_loc{92E15EC6-5E91-4BF4-B5FA-C80AD2601AA7}=C:\Devtools\Microchip\MPLAB C32\bin\pic32-as.exe
|
tool_loc{92E15EC6-5E91-4BF4-B5FA-C80AD2601AA7}=C:\devtools\Microchip\mplabc32\v1.12\bin\pic32-as.exe
|
||||||
tool_loc{430F471F-7ECB-4852-A80D-DEF9A5C8E751}=C:\Devtools\Microchip\MPLAB C32\bin\pic32-gcc.exe
|
tool_loc{430F471F-7ECB-4852-A80D-DEF9A5C8E751}=C:\devtools\Microchip\mplabc32\v1.12\bin\pic32-gcc.exe
|
||||||
tool_loc{C68E5105-1196-4333-A0BF-3DC57271E614}=C:\Devtools\Microchip\MPLAB C32\bin\pic32-ld.exe
|
tool_loc{C68E5105-1196-4333-A0BF-3DC57271E614}=C:\devtools\Microchip\mplabc32\v1.12\bin\pic32-ld.exe
|
||||||
|
|
Loading…
Reference in a new issue