Freematics Arduino Builder Code
Self-contained tool for compiling and uploading Arduino sketches
Status: Beta
Brought to you by:
stanleyhuang
--- a/trunk/uploader/ArduinoUploader.vcxproj +++ b/trunk/uploader/ArduinoUploader.vcxproj @@ -41,7 +41,7 @@ <_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <OutDir>$(SolutionDir)</OutDir> + <OutDir>$(SolutionDir)release\</OutDir> <IntDir>$(TEMP)\$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> </PropertyGroup> @@ -100,6 +100,9 @@ <PreBuildEvent> <Command>del $(TargetPath)</Command> </PreBuildEvent> + <PostBuildEvent> + <Command>copy $(TargetPath) D:\apps\CodeBlocks</Command> + </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="libctb\src\fifo.cpp" />