Minor updates to the PIC32 MPLAB project to prevent it dumping .o files everywhere.

This commit is contained in:
Richard Barry 2011-04-01 18:19:34 +00:00
parent 8bd2d2f682
commit afe9c0face
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ device=PIC32MX360F512L
[PATH_INFO]
BuildDirPolicy=BuildDirIsProjectDir
dir_src=
dir_bin=
dir_tmp=
dir_bin=./output
dir_tmp=./output
dir_sin=..\..\Source\portable\MPLAB\PIC32MX;.
dir_inc=.;.;..\common\include;..\..\source\portable\mplab\pic32mx;..\..\source\include
dir_lib=

View File

@ -2,6 +2,6 @@
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[TOOL_LOC_STAMPS]
tool_loc{92E15EC6-5E91-4BF4-B5FA-C80AD2601AA7}=C:\Devtools\Microchip\MPLAB C32\bin\pic32-as.exe
tool_loc{430F471F-7ECB-4852-A80D-DEF9A5C8E751}=C:\Devtools\Microchip\MPLAB C32\bin\pic32-gcc.exe
tool_loc{C68E5105-1196-4333-A0BF-3DC57271E614}=C:\Devtools\Microchip\MPLAB C32\bin\pic32-ld.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\mplabc32\v1.12\bin\pic32-gcc.exe
tool_loc{C68E5105-1196-4333-A0BF-3DC57271E614}=C:\devtools\Microchip\mplabc32\v1.12\bin\pic32-ld.exe