Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Oct 11, 2020
1 parent 023a79f commit e38c912
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions crc-table.cbp
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="CRC Table Generator" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/crc-table" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/crc-table" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="CMakeLists.txt" />
<Unit filename="Crc16.cpp" />
<Unit filename="Crc16.h" />
<Unit filename="Crc32.cpp" />
<Unit filename="Crc32.h" />
<Unit filename="Crc64.cpp" />
<Unit filename="Crc64.h" />
<Unit filename="Crc8.cpp" />
<Unit filename="Crc8.h" />
<Unit filename="CrcParameters.h" />
<Unit filename="README.md" />
<Unit filename="crc-table.cbp" />
<Unit filename="crc-table.sln" />
<Unit filename="crc-table.vcxproj" />
<Unit filename="crc-table.vcxproj.filters" />
<Unit filename="crc-table.vcxproj.user" />
<Unit filename="main.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>

0 comments on commit e38c912

Please sign in to comment.