-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit was generated by cvs2svn to compensate for changes in r115,
which included commits to RCS files with non-trunk default branches.
- Loading branch information
Showing
17 changed files
with
25,339 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Oops, something went wrong.