|
| 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="QuakeSpasm-SDL2" /> |
| 6 | + <Option pch_mode="2" /> |
| 7 | + <Option compiler="gcc" /> |
| 8 | + <Build> |
| 9 | + <Target title="Debug"> |
| 10 | + <Option output="bin/Debug/quakespasm-sdl2" prefix_auto="1" extension_auto="1" /> |
| 11 | + <Option object_output="obj/Debug/SDL2/" /> |
| 12 | + <Option type="1" /> |
| 13 | + <Option compiler="gcc" /> |
| 14 | + <Option parameters="-window -basedir /home/kristian/Desktop/Quake -sndspeed 48000" /> |
| 15 | + <Compiler> |
| 16 | + <Add option="-g" /> |
| 17 | + </Compiler> |
| 18 | + </Target> |
| 19 | + <Target title="Release"> |
| 20 | + <Option output="bin/Release/quakespasm-sdl2" prefix_auto="1" extension_auto="1" /> |
| 21 | + <Option object_output="obj/Release/SDL2/" /> |
| 22 | + <Option type="0" /> |
| 23 | + <Option compiler="gcc" /> |
| 24 | + <Option parameters="-window -basedir /home/kristian/Desktop/Quake -sndspeed 48000" /> |
| 25 | + <Compiler> |
| 26 | + <Add option="-O2" /> |
| 27 | + </Compiler> |
| 28 | + <Linker> |
| 29 | + <Add option="-s" /> |
| 30 | + </Linker> |
| 31 | + </Target> |
| 32 | + </Build> |
| 33 | + <Compiler> |
| 34 | + <Add option="-Wall" /> |
| 35 | + <Add option="`sdl2-config --cflags`" /> |
| 36 | + <Add option="-DUSE_SDL2" /> |
| 37 | + <Add option="-DUSE_CODEC_MP3" /> |
| 38 | + <Add option="-DUSE_CODEC_VORBIS" /> |
| 39 | + <Add option="-DUSE_CODEC_WAVE" /> |
| 40 | + </Compiler> |
| 41 | + <Linker> |
| 42 | + <Add option="`sdl2-config --libs`" /> |
| 43 | + <Add option="-lGL" /> |
| 44 | + <Add option="-lvorbisfile" /> |
| 45 | + <Add option="-lvorbis" /> |
| 46 | + <Add option="-logg" /> |
| 47 | + <Add option="-lmad" /> |
| 48 | + </Linker> |
| 49 | + <Unit filename="../../Quake/anorm_dots.h" /> |
| 50 | + <Unit filename="../../Quake/anorms.h" /> |
| 51 | + <Unit filename="../../Quake/arch_def.h" /> |
| 52 | + <Unit filename="../../Quake/bgmusic.c"> |
| 53 | + <Option compilerVar="CC" /> |
| 54 | + </Unit> |
| 55 | + <Unit filename="../../Quake/bgmusic.h" /> |
| 56 | + <Unit filename="../../Quake/bspfile.h" /> |
| 57 | + <Unit filename="../../Quake/cd_sdl.c"> |
| 58 | + <Option compilerVar="CC" /> |
| 59 | + </Unit> |
| 60 | + <Unit filename="../../Quake/cdaudio.h" /> |
| 61 | + <Unit filename="../../Quake/cfgfile.c"> |
| 62 | + <Option compilerVar="CC" /> |
| 63 | + </Unit> |
| 64 | + <Unit filename="../../Quake/cfgfile.h" /> |
| 65 | + <Unit filename="../../Quake/chase.c"> |
| 66 | + <Option compilerVar="CC" /> |
| 67 | + </Unit> |
| 68 | + <Unit filename="../../Quake/cl_demo.c"> |
| 69 | + <Option compilerVar="CC" /> |
| 70 | + </Unit> |
| 71 | + <Unit filename="../../Quake/cl_input.c"> |
| 72 | + <Option compilerVar="CC" /> |
| 73 | + </Unit> |
| 74 | + <Unit filename="../../Quake/cl_main.c"> |
| 75 | + <Option compilerVar="CC" /> |
| 76 | + </Unit> |
| 77 | + <Unit filename="../../Quake/cl_parse.c"> |
| 78 | + <Option compilerVar="CC" /> |
| 79 | + </Unit> |
| 80 | + <Unit filename="../../Quake/cl_tent.c"> |
| 81 | + <Option compilerVar="CC" /> |
| 82 | + </Unit> |
| 83 | + <Unit filename="../../Quake/client.h" /> |
| 84 | + <Unit filename="../../Quake/cmd.c"> |
| 85 | + <Option compilerVar="CC" /> |
| 86 | + </Unit> |
| 87 | + <Unit filename="../../Quake/cmd.h" /> |
| 88 | + <Unit filename="../../Quake/common.c"> |
| 89 | + <Option compilerVar="CC" /> |
| 90 | + </Unit> |
| 91 | + <Unit filename="../../Quake/common.h" /> |
| 92 | + <Unit filename="../../Quake/console.c"> |
| 93 | + <Option compilerVar="CC" /> |
| 94 | + </Unit> |
| 95 | + <Unit filename="../../Quake/console.h" /> |
| 96 | + <Unit filename="../../Quake/crc.c"> |
| 97 | + <Option compilerVar="CC" /> |
| 98 | + </Unit> |
| 99 | + <Unit filename="../../Quake/crc.h" /> |
| 100 | + <Unit filename="../../Quake/cvar.c"> |
| 101 | + <Option compilerVar="CC" /> |
| 102 | + </Unit> |
| 103 | + <Unit filename="../../Quake/cvar.h" /> |
| 104 | + <Unit filename="../../Quake/draw.h" /> |
| 105 | + <Unit filename="../../Quake/gl_draw.c"> |
| 106 | + <Option compilerVar="CC" /> |
| 107 | + </Unit> |
| 108 | + <Unit filename="../../Quake/gl_fog.c"> |
| 109 | + <Option compilerVar="CC" /> |
| 110 | + </Unit> |
| 111 | + <Unit filename="../../Quake/gl_mesh.c"> |
| 112 | + <Option compilerVar="CC" /> |
| 113 | + </Unit> |
| 114 | + <Unit filename="../../Quake/gl_model.c"> |
| 115 | + <Option compilerVar="CC" /> |
| 116 | + </Unit> |
| 117 | + <Unit filename="../../Quake/gl_model.h" /> |
| 118 | + <Unit filename="../../Quake/gl_refrag.c"> |
| 119 | + <Option compilerVar="CC" /> |
| 120 | + </Unit> |
| 121 | + <Unit filename="../../Quake/gl_rlight.c"> |
| 122 | + <Option compilerVar="CC" /> |
| 123 | + </Unit> |
| 124 | + <Unit filename="../../Quake/gl_rmain.c"> |
| 125 | + <Option compilerVar="CC" /> |
| 126 | + </Unit> |
| 127 | + <Unit filename="../../Quake/gl_rmisc.c"> |
| 128 | + <Option compilerVar="CC" /> |
| 129 | + </Unit> |
| 130 | + <Unit filename="../../Quake/gl_screen.c"> |
| 131 | + <Option compilerVar="CC" /> |
| 132 | + </Unit> |
| 133 | + <Unit filename="../../Quake/gl_sky.c"> |
| 134 | + <Option compilerVar="CC" /> |
| 135 | + </Unit> |
| 136 | + <Unit filename="../../Quake/gl_texmgr.c"> |
| 137 | + <Option compilerVar="CC" /> |
| 138 | + </Unit> |
| 139 | + <Unit filename="../../Quake/gl_texmgr.h" /> |
| 140 | + <Unit filename="../../Quake/gl_vidsdl.c"> |
| 141 | + <Option compilerVar="CC" /> |
| 142 | + </Unit> |
| 143 | + <Unit filename="../../Quake/gl_warp.c"> |
| 144 | + <Option compilerVar="CC" /> |
| 145 | + </Unit> |
| 146 | + <Unit filename="../../Quake/gl_warp_sin.h" /> |
| 147 | + <Unit filename="../../Quake/glquake.h" /> |
| 148 | + <Unit filename="../../Quake/host.c"> |
| 149 | + <Option compilerVar="CC" /> |
| 150 | + </Unit> |
| 151 | + <Unit filename="../../Quake/host_cmd.c"> |
| 152 | + <Option compilerVar="CC" /> |
| 153 | + </Unit> |
| 154 | + <Unit filename="../../Quake/image.c"> |
| 155 | + <Option compilerVar="CC" /> |
| 156 | + </Unit> |
| 157 | + <Unit filename="../../Quake/image.h" /> |
| 158 | + <Unit filename="../../Quake/in_sdl.c"> |
| 159 | + <Option compilerVar="CC" /> |
| 160 | + </Unit> |
| 161 | + <Unit filename="../../Quake/input.h" /> |
| 162 | + <Unit filename="../../Quake/keys.c"> |
| 163 | + <Option compilerVar="CC" /> |
| 164 | + </Unit> |
| 165 | + <Unit filename="../../Quake/keys.h" /> |
| 166 | + <Unit filename="../../Quake/main_sdl.c"> |
| 167 | + <Option compilerVar="CC" /> |
| 168 | + </Unit> |
| 169 | + <Unit filename="../../Quake/mathlib.c"> |
| 170 | + <Option compilerVar="CC" /> |
| 171 | + </Unit> |
| 172 | + <Unit filename="../../Quake/mathlib.h" /> |
| 173 | + <Unit filename="../../Quake/menu.c"> |
| 174 | + <Option compilerVar="CC" /> |
| 175 | + </Unit> |
| 176 | + <Unit filename="../../Quake/menu.h" /> |
| 177 | + <Unit filename="../../Quake/modelgen.h" /> |
| 178 | + <Unit filename="../../Quake/net.h" /> |
| 179 | + <Unit filename="../../Quake/net_bsd.c"> |
| 180 | + <Option compilerVar="CC" /> |
| 181 | + </Unit> |
| 182 | + <Unit filename="../../Quake/net_defs.h" /> |
| 183 | + <Unit filename="../../Quake/net_dgrm.c"> |
| 184 | + <Option compilerVar="CC" /> |
| 185 | + </Unit> |
| 186 | + <Unit filename="../../Quake/net_dgrm.h" /> |
| 187 | + <Unit filename="../../Quake/net_loop.c"> |
| 188 | + <Option compilerVar="CC" /> |
| 189 | + </Unit> |
| 190 | + <Unit filename="../../Quake/net_loop.h" /> |
| 191 | + <Unit filename="../../Quake/net_main.c"> |
| 192 | + <Option compilerVar="CC" /> |
| 193 | + </Unit> |
| 194 | + <Unit filename="../../Quake/net_sys.h" /> |
| 195 | + <Unit filename="../../Quake/net_udp.c"> |
| 196 | + <Option compilerVar="CC" /> |
| 197 | + </Unit> |
| 198 | + <Unit filename="../../Quake/net_udp.h" /> |
| 199 | + <Unit filename="../../Quake/pl_linux.c"> |
| 200 | + <Option compilerVar="CC" /> |
| 201 | + </Unit> |
| 202 | + <Unit filename="../../Quake/platform.h" /> |
| 203 | + <Unit filename="../../Quake/pr_cmds.c"> |
| 204 | + <Option compilerVar="CC" /> |
| 205 | + </Unit> |
| 206 | + <Unit filename="../../Quake/pr_comp.h" /> |
| 207 | + <Unit filename="../../Quake/pr_edict.c"> |
| 208 | + <Option compilerVar="CC" /> |
| 209 | + </Unit> |
| 210 | + <Unit filename="../../Quake/pr_exec.c"> |
| 211 | + <Option compilerVar="CC" /> |
| 212 | + </Unit> |
| 213 | + <Unit filename="../../Quake/progdefs.h" /> |
| 214 | + <Unit filename="../../Quake/progdefs.q1" /> |
| 215 | + <Unit filename="../../Quake/progs.h" /> |
| 216 | + <Unit filename="../../Quake/protocol.h" /> |
| 217 | + <Unit filename="../../Quake/q_sound.h" /> |
| 218 | + <Unit filename="../../Quake/q_stdinc.h" /> |
| 219 | + <Unit filename="../../Quake/qs_bmp.h" /> |
| 220 | + <Unit filename="../../Quake/quakedef.h" /> |
| 221 | + <Unit filename="../../Quake/r_alias.c"> |
| 222 | + <Option compilerVar="CC" /> |
| 223 | + </Unit> |
| 224 | + <Unit filename="../../Quake/r_brush.c"> |
| 225 | + <Option compilerVar="CC" /> |
| 226 | + </Unit> |
| 227 | + <Unit filename="../../Quake/r_part.c"> |
| 228 | + <Option compilerVar="CC" /> |
| 229 | + </Unit> |
| 230 | + <Unit filename="../../Quake/r_sprite.c"> |
| 231 | + <Option compilerVar="CC" /> |
| 232 | + </Unit> |
| 233 | + <Unit filename="../../Quake/r_world.c"> |
| 234 | + <Option compilerVar="CC" /> |
| 235 | + </Unit> |
| 236 | + <Unit filename="../../Quake/render.h" /> |
| 237 | + <Unit filename="../../Quake/resource.h" /> |
| 238 | + <Unit filename="../../Quake/sbar.c"> |
| 239 | + <Option compilerVar="CC" /> |
| 240 | + </Unit> |
| 241 | + <Unit filename="../../Quake/sbar.h" /> |
| 242 | + <Unit filename="../../Quake/screen.h" /> |
| 243 | + <Unit filename="../../Quake/server.h" /> |
| 244 | + <Unit filename="../../Quake/snd_codec.c"> |
| 245 | + <Option compilerVar="CC" /> |
| 246 | + </Unit> |
| 247 | + <Unit filename="../../Quake/snd_codec.h" /> |
| 248 | + <Unit filename="../../Quake/snd_codeci.h" /> |
| 249 | + <Unit filename="../../Quake/snd_dma.c"> |
| 250 | + <Option compilerVar="CC" /> |
| 251 | + </Unit> |
| 252 | + <Unit filename="../../Quake/snd_flac.c"> |
| 253 | + <Option compilerVar="CC" /> |
| 254 | + </Unit> |
| 255 | + <Unit filename="../../Quake/snd_flac.h" /> |
| 256 | + <Unit filename="../../Quake/snd_mem.c"> |
| 257 | + <Option compilerVar="CC" /> |
| 258 | + </Unit> |
| 259 | + <Unit filename="../../Quake/snd_mikmod.c"> |
| 260 | + <Option compilerVar="CC" /> |
| 261 | + </Unit> |
| 262 | + <Unit filename="../../Quake/snd_mikmod.h" /> |
| 263 | + <Unit filename="../../Quake/snd_mix.c"> |
| 264 | + <Option compilerVar="CC" /> |
| 265 | + </Unit> |
| 266 | + <Unit filename="../../Quake/snd_modplug.c"> |
| 267 | + <Unit filename="../../Quake/snd_modplug.h" /> |
| 268 | + <Option compilerVar="CC" /> |
| 269 | + </Unit> |
| 270 | + <Unit filename="../../Quake/snd_mp3.c"> |
| 271 | + <Option compilerVar="CC" /> |
| 272 | + </Unit> |
| 273 | + <Unit filename="../../Quake/snd_mp3.h" /> |
| 274 | + <Unit filename="../../Quake/snd_opus.c"> |
| 275 | + <Option compilerVar="CC" /> |
| 276 | + </Unit> |
| 277 | + <Unit filename="../../Quake/snd_opus.h" /> |
| 278 | + <Unit filename="../../Quake/snd_sdl.c"> |
| 279 | + <Option compilerVar="CC" /> |
| 280 | + </Unit> |
| 281 | + <Unit filename="../../Quake/snd_umx.c"> |
| 282 | + <Option compilerVar="CC" /> |
| 283 | + </Unit> |
| 284 | + <Unit filename="../../Quake/snd_umx.h" /> |
| 285 | + <Unit filename="../../Quake/snd_vorbis.c"> |
| 286 | + <Option compilerVar="CC" /> |
| 287 | + </Unit> |
| 288 | + <Unit filename="../../Quake/snd_vorbis.h" /> |
| 289 | + <Unit filename="../../Quake/snd_wave.c"> |
| 290 | + <Option compilerVar="CC" /> |
| 291 | + </Unit> |
| 292 | + <Unit filename="../../Quake/snd_wave.h" /> |
| 293 | + <Unit filename="../../Quake/spritegn.h" /> |
| 294 | + <Unit filename="../../Quake/strl_fn.h" /> |
| 295 | + <Unit filename="../../Quake/strlcat.c"> |
| 296 | + <Option compilerVar="CC" /> |
| 297 | + </Unit> |
| 298 | + <Unit filename="../../Quake/strlcpy.c"> |
| 299 | + <Option compilerVar="CC" /> |
| 300 | + </Unit> |
| 301 | + <Unit filename="../../Quake/sv_main.c"> |
| 302 | + <Option compilerVar="CC" /> |
| 303 | + </Unit> |
| 304 | + <Unit filename="../../Quake/sv_move.c"> |
| 305 | + <Option compilerVar="CC" /> |
| 306 | + </Unit> |
| 307 | + <Unit filename="../../Quake/sv_phys.c"> |
| 308 | + <Option compilerVar="CC" /> |
| 309 | + </Unit> |
| 310 | + <Unit filename="../../Quake/sv_user.c"> |
| 311 | + <Option compilerVar="CC" /> |
| 312 | + </Unit> |
| 313 | + <Unit filename="../../Quake/sys.h" /> |
| 314 | + <Unit filename="../../Quake/sys_sdl_unix.c"> |
| 315 | + <Option compilerVar="CC" /> |
| 316 | + </Unit> |
| 317 | + <Unit filename="../../Quake/vid.h" /> |
| 318 | + <Unit filename="../../Quake/view.c"> |
| 319 | + <Option compilerVar="CC" /> |
| 320 | + </Unit> |
| 321 | + <Unit filename="../../Quake/view.h" /> |
| 322 | + <Unit filename="../../Quake/wad.c"> |
| 323 | + <Option compilerVar="CC" /> |
| 324 | + </Unit> |
| 325 | + <Unit filename="../../Quake/wad.h" /> |
| 326 | + <Unit filename="../../Quake/world.c"> |
| 327 | + <Option compilerVar="CC" /> |
| 328 | + </Unit> |
| 329 | + <Unit filename="../../Quake/world.h" /> |
| 330 | + <Unit filename="../../Quake/zone.c"> |
| 331 | + <Option compilerVar="CC" /> |
| 332 | + </Unit> |
| 333 | + <Unit filename="../../Quake/zone.h" /> |
| 334 | + <Extensions> |
| 335 | + <code_completion /> |
| 336 | + <envvars /> |
| 337 | + <debugger /> |
| 338 | + </Extensions> |
| 339 | + </Project> |
| 340 | +</CodeBlocks_project_file> |
0 commit comments