X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=extras%2Fphysfs_rb%2Fphysfs%2Fextconf.rb;fp=extras%2Fphysfs_rb%2Fphysfs%2Fextconf.rb;h=f344059cdbeb351893110ce18c4f7c0124c237d4;hb=1a2e54b98aaab3669eebd38facb83687c4ac7baf;hp=0000000000000000000000000000000000000000;hpb=0b9bdac28929054558b5d7f315403fe3399a1413;p=physicsfs diff --git a/extras/physfs_rb/physfs/extconf.rb b/extras/physfs_rb/physfs/extconf.rb new file mode 100644 index 0000000..f344059 --- /dev/null +++ b/extras/physfs_rb/physfs/extconf.rb @@ -0,0 +1,9 @@ +require 'mkmf' + +$CFLAGS += `sdl-config --cflags`.chomp +$LDFLAGS += `sdl-config --libs`.chomp + +have_library "physfs", "PHYSFS_init" +have_library "SDL", "SDL_AllocRW" + +create_makefile "physfs_so"