From b95151c7c22eed7336fdef3a3587138cddf070e4 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Thu, 4 Apr 2013 16:58:48 +1000 Subject: Tools to convert a file to c array file2c converts any file into a C array. Particularly useful for loading an image file into flash. --- tools/file2c/Source/VS 2012 Project/file2c.sln | 22 ++++++ tools/file2c/Source/VS 2012 Project/file2c.v11.suo | Bin 0 -> 24064 bytes .../Source/VS 2012 Project/file2c/file2c.vcxproj | 84 +++++++++++++++++++++ .../VS 2012 Project/file2c/file2c.vcxproj.filters | 22 ++++++ .../VS 2012 Project/file2c/file2c.vcxproj.user | 4 + 5 files changed, 132 insertions(+) create mode 100644 tools/file2c/Source/VS 2012 Project/file2c.sln create mode 100644 tools/file2c/Source/VS 2012 Project/file2c.v11.suo create mode 100644 tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj create mode 100644 tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.filters create mode 100644 tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.user (limited to 'tools/file2c/Source/VS 2012 Project') diff --git a/tools/file2c/Source/VS 2012 Project/file2c.sln b/tools/file2c/Source/VS 2012 Project/file2c.sln new file mode 100644 index 00000000..5e067d5b --- /dev/null +++ b/tools/file2c/Source/VS 2012 Project/file2c.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "file2c", "file2c\file2c.vcxproj", "{16787B20-A841-4DC1-9C15-E6677A0D7342}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16787B20-A841-4DC1-9C15-E6677A0D7342}.Debug|Win32.ActiveCfg = Debug|Win32 + {16787B20-A841-4DC1-9C15-E6677A0D7342}.Debug|Win32.Build.0 = Debug|Win32 + {16787B20-A841-4DC1-9C15-E6677A0D7342}.Debug|Win32.Deploy.0 = Debug|Win32 + {16787B20-A841-4DC1-9C15-E6677A0D7342}.Release|Win32.ActiveCfg = Release|Win32 + {16787B20-A841-4DC1-9C15-E6677A0D7342}.Release|Win32.Build.0 = Release|Win32 + {16787B20-A841-4DC1-9C15-E6677A0D7342}.Release|Win32.Deploy.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/tools/file2c/Source/VS 2012 Project/file2c.v11.suo b/tools/file2c/Source/VS 2012 Project/file2c.v11.suo new file mode 100644 index 00000000..72b57521 Binary files /dev/null and b/tools/file2c/Source/VS 2012 Project/file2c.v11.suo differ diff --git a/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj b/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj new file mode 100644 index 00000000..b0b846c7 --- /dev/null +++ b/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj @@ -0,0 +1,84 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + {16787B20-A841-4DC1-9C15-E6677A0D7342} + Win32Proj + file2c + + + + Application + true + v110 + Unicode + + + Application + false + v110 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + \ No newline at end of file diff --git a/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.filters b/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.filters new file mode 100644 index 00000000..97daa75f --- /dev/null +++ b/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.user b/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.user new file mode 100644 index 00000000..a375ae35 --- /dev/null +++ b/tools/file2c/Source/VS 2012 Project/file2c/file2c.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3