Skip to content
Snippets Groups Projects
Select Git revision
  • 2bab452268db1aa538b684a9983e4dedb99ed7b7
  • master default protected
  • flashpoint-master
  • common-hashening
  • next
  • mobj-after-free
  • split-netfil-loading
  • st-asan-around-my-neck
  • futurepk3
  • uint8-wads-and-skins
  • better-crash-msg
  • moe-futurepk3
  • better-bans
  • http-ms-rules
  • chat-flood-fix
  • prevent-permissions-footgun
  • ms-address-warning
  • uncapped-master
  • uncapped-hud
  • moe-mansion
  • spectator-little-things
  • v1.3
  • v1.2
  • v1.1
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • V1.0.0
29 results

Doxyfile

Blame
  • Forked from Kart Krew / Kart-Public
    Source project has a limited visibility.
    SRB2.cbp 72.66 KiB
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <CodeBlocks_project_file>
    	<FileVersion major="1" minor="6" />
    	<Project>
    		<Option title="Sonic Robo Blast 2" />
    		<Option compiler="gcc" />
    		<Option show_notes="0">
    			<notes>
    				<![CDATA[This is the SRB2 Code:Blocks Project
    This Project file was created using Code::Blocks 8.02 on a Debian Lenny system by Alam Ed Arias
    
    If you are compiling for Windows, use Mingw targets
    
    Interface Defines:
    _WINDOWS for DirectX Interface
    SDL for SDL Interface
    HAVE_MIXER for SDL2_mixer
    
    HAVE_PNG for PNG support (for APNG support. compile libs/libpng-src)
    HWRENDER for hardware render support
    HW3SOUND for 3D hardware sound  support
    ]]>
    			</notes>
    		</Option>
    		<Build>
    			<Target title="Debug Native/SDL">
    				<Option output="bin/SDL/Debug/srb2sdl" prefix_auto="1" extension_auto="1" />
    				<Option working_dir="bin/Resources" />
    				<Option object_output="objs/SDL/Debug/" />
    				<Option type="1" />
    				<Option compiler="gcc" />
    				<Compiler>
    					<Add option="-g" />
    					<Add option="`sdl2-config --cflags`" />
    					<Add option="-DDIRECTFULLSCREEN" />
    					<Add option="-DHAVE_SDL" />
    					<Add option="-DPARANOIA" />
    					<Add option="-DRANGECHECK" />
    					<Add option="-D_DEBUG" />
    					<Add option="-DCOMPVERSION" />
    					<Add option="-DHAVE_BLUA" />
    				</Compiler>
    				<Linker>
    					<Add option="`sdl2-config --libs`" />
    					<Add library="SDL2_mixer" />
    				</Linker>
    			</Target>
    			<Target title="Release Native/SDL">
    				<Option output="bin/SDL/Release/srb2sdl" prefix_auto="1" extension_auto="1" />
    				<Option working_dir="bin/Resources" />
    				<Option object_output="objs/SDL/Release/" />
    				<Option type="1" />
    				<Option compiler="gcc" />
    				<Compiler>
    					<Add option="-O2" />
    					<Add option="-g" />
    					<Add option="`sdl2-config --cflags`" />
    					<Add option="-DDIRECTFULLSCREEN" />
    					<Add option="-DHAVE_SDL" />
    					<Add option="-DNDEBUG" />
    					<Add option="-DCOMPVERSION" />
    					<Add option="-DHAVE_BLUA" />
    				</Compiler>
    				<Linker>
    					<Add option="`sdl2-config --libs`" />
    					<Add library="SDL2_mixer" />
    				</Linker>
    			</Target>
    			<Target title="Debug Linux/SDL">
    				<Option output="bin/Linux/Debug/lsdlsrb2" prefix_auto="1" extension_auto="0" />