Skip to content

Commit

Permalink
This commit was generated by cvs2svn to compensate for changes in r115,
Browse files Browse the repository at this point in the history
which included commits to RCS files with non-trunk default branches.
  • Loading branch information
gdraheim committed Aug 18, 2003
1 parent 133ebc0 commit 4b81b42
Show file tree
Hide file tree
Showing 17 changed files with 25,339 additions and 0 deletions.
988 changes: 988 additions & 0 deletions ChangeLog

Large diffs are not rendered by default.

517 changes: 517 additions & 0 deletions Makefile.in

Large diffs are not rendered by default.

440 changes: 440 additions & 0 deletions SDL/Makefile.in

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions SDL/zzip-sdl-config.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prefix=/usr
sdl_static_libs=-L/usr/lib -lSDL -lpthread -lm -ldl -lasound -laudio -lXt -L/usr/X11R6/lib -lX11 -lXext
sdl_libs=-L/usr/lib -lSDL -lpthread
sdl_cflags=-I/usr/include/SDL -D_REENTRANT

Name: zzip-sdl-config
Version: 1.2.5
Description: SDL Config (for ZZipLib)
Libs: ${sdl_libs}
Cflags: ${sdl_cflags}
8 changes: 8 additions & 0 deletions SDL/zzip-sdl-rwops.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
zzipdatadir=/usr/local/share/zziplib
zzipsdlrwops=${zzipdatadir}/SDL

Name: zzip-sdl-rwops
Version: 0.13.23
Description: SDL_rwops for ZZipLib
Requires: zzip-sdl-config, zziplib
Cflags: -I${zzipsdlrwops}
Loading

0 comments on commit 4b81b42

Please sign in to comment.