summaryrefslogtreecommitdiff
path: root/trunk/build.sh
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2007-11-25 19:04:32 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2007-11-25 19:04:32 +0000
commit2da03295d0d851c06cc3e9cd84489eeb8843650a (patch)
treea356fd1bb501a69c9466101296391a6f7a25f340 /trunk/build.sh
parent620fb7b285d3f3b7801eb11be3cea1660d3b97cf (diff)
downloadlibrosprite-2da03295d0d851c06cc3e9cd84489eeb8843650a.tar.gz
librosprite-2da03295d0d851c06cc3e9cd84489eeb8843650a.tar.bz2
Split libsprite and test harness. Populate sprite->image.
svn path=/import/jshaw/libsprite/; revision=9987
Diffstat (limited to 'trunk/build.sh')
-rwxr-xr-xtrunk/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/build.sh b/trunk/build.sh
index 324603f..038a42f 100755
--- a/trunk/build.sh
+++ b/trunk/build.sh
@@ -1,3 +1,2 @@
#!/bin/bash
-gcc -W -Wall -pedantic -Werror -std=c99 -o libsprite libsprite.c
-gcc -W -Wall -pedantic -Werror -std=c99 -o reader reader.c
+gcc -g -W -Wall -std=c99 -lSDL -o sdl-test sdl-test.c