-
Notifications
You must be signed in to change notification settings - Fork 329
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
6b95156
commit 56fb6c2
Showing
18 changed files
with
3,046 additions
and
133 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
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,88 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="example1" /> | ||
<Option pch_mode="2" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="Debug Win32"> | ||
<Option output="$(SolutionDir)bin_mingw\example1D" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example1\Debug Win32_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-Wall" /> | ||
<Add option="-g" /> | ||
<Add option="-O0" /> | ||
<Add option="-m32" /> | ||
<Add option="-DWIN32" /> | ||
<Add option="-D_DEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-m32" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Debug x64"> | ||
<Option output="$(SolutionDir)bin_mingw\example1_x64D" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example1\Debug x64_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-DWIN32" /> | ||
<Add option="-D_DEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
<Add option="-Wall" /> | ||
<Add option="-O0" /> | ||
</Compiler> | ||
</Target> | ||
<Target title="Release Win32"> | ||
<Option output="$(SolutionDir)bin_mingw\example1" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example1\Release Win32_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-O3" /> | ||
<Add option="-Wall" /> | ||
<Add option="-m32" /> | ||
<Add option="-DWIN32" /> | ||
<Add option="-DNDEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-s" /> | ||
<Add option="-m32" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Release x64"> | ||
<Option output="$(SolutionDir)bin_mingw\example1_x64" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example1\Release x64_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-DWIN32" /> | ||
<Add option="-DNDEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
<Add option="-Wall" /> | ||
<Add option="-O3" /> | ||
</Compiler> | ||
</Target> | ||
</Build> | ||
<Unit filename="example1.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Extensions> | ||
<code_completion /> | ||
<debugger /> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |
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
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,88 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="example2" /> | ||
<Option pch_mode="2" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="Debug Win32"> | ||
<Option output="$(SolutionDir)bin_mingw\example2D" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example2\Debug Win32_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-Wall" /> | ||
<Add option="-g" /> | ||
<Add option="-O0" /> | ||
<Add option="-m32" /> | ||
<Add option="-DWIN32" /> | ||
<Add option="-D_DEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-m32" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Debug x64"> | ||
<Option output="$(SolutionDir)bin_mingw\example2_x64D" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example2\Debug x64_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-DWIN32" /> | ||
<Add option="-D_DEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
<Add option="-Wall" /> | ||
<Add option="-O0" /> | ||
</Compiler> | ||
</Target> | ||
<Target title="Release Win32"> | ||
<Option output="$(SolutionDir)bin_mingw\example2" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example2\Release Win32_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-O3" /> | ||
<Add option="-Wall" /> | ||
<Add option="-m32" /> | ||
<Add option="-DWIN32" /> | ||
<Add option="-DNDEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-s" /> | ||
<Add option="-m32" /> | ||
</Linker> | ||
</Target> | ||
<Target title="Release x64"> | ||
<Option output="$(SolutionDir)bin_mingw\example2_x64" prefix_auto="1" extension_auto="1" /> | ||
<Option working_dir="$(SolutionDir)bin_mingw" /> | ||
<Option object_output="example2\Release x64_Win32" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-DWIN32" /> | ||
<Add option="-DNDEBUG" /> | ||
<Add option="-D_CONSOLE" /> | ||
<Add option="-D_CRT_SECURE_NO_WARNINGS" /> | ||
<Add option="-Wall" /> | ||
<Add option="-O3" /> | ||
</Compiler> | ||
</Target> | ||
</Build> | ||
<Unit filename="example2.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Extensions> | ||
<code_completion /> | ||
<debugger /> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |
Oops, something went wrong.