onpon4
bb30f183a0
Removed unnecessary thing
2015-03-02 08:39:25 -05:00
onpon4
288d96a39b
Include SDL headers properly.
...
Using <SDL/SDL.h>, or in this case <SDL2/SDL.h>, and others like this
is not the proper way to include SDL headers. The proper way is to
pass the -lSDL2 flag to the compiler. The place I put it might be
awkward, but I'm planning to replace this hand-written makefile with
Autoconf/Automake scripts, anyway.
2015-03-01 14:26:14 -05:00
onpon4
23a92bb594
Define compile-time options in defs.h, unless already defined.
2015-03-01 04:30:11 -05:00
onpon4
e6c59d2a24
Some cleanup, bumped version number.
2015-02-27 14:53:23 -05:00
onpon4
3909a72cb4
Removed unpack.o dependency.
2015-02-26 11:22:57 -05:00
onpon4
555ee4fe15
Removed support for PAK files.
...
These are really unnecessary, and their support makes converting
the music from MOD to Ogg Vorbis more complicated than it needs to
be.
2015-02-26 11:09:28 -05:00
onpon4
748006c2dc
Don't use PAKs by default.
2015-02-26 10:12:15 -05:00
Guus Sliepen
593ea01386
Initial conversion to SDL2.
2013-09-30 16:52:43 +02:00
Guus Sliepen
bd4a449e10
Rename code/ to src/.
2013-07-11 14:24:37 +02:00
Guus Sliepen
426605d293
Small improvements in the Makefile.
2012-12-09 17:02:58 +01:00