From c7ffc1c59a8977eb3d279ec5d3b5fff910d713e9 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 1 Apr 2011 18:19:34 +0000 Subject: [PATCH] Minor updates to the PIC32 MPLAB project to prevent it dumping .o files everywhere. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1336 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/PIC32MX_MPLAB/RTOSDemo.mcp | 4 ++-- Demo/PIC32MX_MPLAB/RTOSDemo.mcs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Demo/PIC32MX_MPLAB/RTOSDemo.mcp b/Demo/PIC32MX_MPLAB/RTOSDemo.mcp index 2f79d4b99..42e976ecd 100644 --- a/Demo/PIC32MX_MPLAB/RTOSDemo.mcp +++ b/Demo/PIC32MX_MPLAB/RTOSDemo.mcp @@ -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= diff --git a/Demo/PIC32MX_MPLAB/RTOSDemo.mcs b/Demo/PIC32MX_MPLAB/RTOSDemo.mcs index 0eeb73802..3ada542ba 100644 --- a/Demo/PIC32MX_MPLAB/RTOSDemo.mcs +++ b/Demo/PIC32MX_MPLAB/RTOSDemo.mcs @@ -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 -- 2.39.5