Skip to content

Commit

Permalink
Hack to get shared library loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2001
1 parent 2413ecf commit 6e2ac36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions last/toby/turtlespace/sdl/build.sh
@@ -0,0 +1,3 @@
#!/bin/sh

gcc -s -shared -o libSDLRenderer.so -O2 -I. -I/usr/local/jdk/include/ -I/usr/local/jdk/include/linux/ `sdl-config --cflags` `sdl-config --libs` SDLRenderer.c

0 comments on commit 6e2ac36

Please sign in to comment.