-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
023a79f
commit e38c912
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |