this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Deleted Demos.cbp.

-55
-55
demos/Demos.cbp
··· 1 - <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 2 - <CodeBlocks_project_file> 3 - <FileVersion major="1" minor="6" /> 4 - <Project> 5 - <Option title="Demos" /> 6 - <Option pch_mode="2" /> 7 - <Option compiler="gcc" /> 8 - <Build> 9 - <Target title="Scaling - Debug"> 10 - <Option output="scaling-demo" prefix_auto="1" extension_auto="1" /> 11 - <Option object_output="obj/Scaling-Debug/" /> 12 - <Option type="1" /> 13 - <Option compiler="gcc" /> 14 - <Compiler> 15 - <Add option="-g" /> 16 - <Add option="`sdl-config --cflags`" /> 17 - </Compiler> 18 - <Linker> 19 - <Add option="`sdl-config --libs`" /> 20 - <Add library="GL" /> 21 - </Linker> 22 - </Target> 23 - <Target title="Scaling - Release"> 24 - <Option output="scaling-demo" prefix_auto="1" extension_auto="1" /> 25 - <Option object_output="obj/Scaling-Release/" /> 26 - <Option type="0" /> 27 - <Option compiler="gcc" /> 28 - <Compiler> 29 - <Add option="-O2" /> 30 - <Add option="`sdl-config --cflags`" /> 31 - </Compiler> 32 - <Linker> 33 - <Add option="-s" /> 34 - <Add option="`sdl-config --libs`" /> 35 - <Add library="GL" /> 36 - </Linker> 37 - </Target> 38 - </Build> 39 - <Compiler> 40 - <Add option="-Wall" /> 41 - <Add directory="../source" /> 42 - </Compiler> 43 - <Unit filename="scaling/main.c"> 44 - <Option compilerVar="CC" /> 45 - </Unit> 46 - <Unit filename="../source/SDL_gpu.c"> 47 - <Option compilerVar="CC" /> 48 - </Unit> 49 - <Unit filename="../source/SDL_gpu.h" /> 50 - <Extensions> 51 - <code_completion /> 52 - <debugger /> 53 - </Extensions> 54 - </Project> 55 - </CodeBlocks_project_file>