Okay, still some bugs, but everything builds again...
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402629
This commit is contained in:
parent
2e91636dda
commit
cf548d0a6b
23 changed files with 604 additions and 676 deletions
|
@ -384,7 +384,7 @@ __EOF__
|
|||
sub output_copyfunctable
|
||||
{
|
||||
print FILE <<__EOF__;
|
||||
static SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[] = {
|
||||
SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[] = {
|
||||
__EOF__
|
||||
for (my $i = 0; $i <= $#src_formats; ++$i) {
|
||||
my $src = $src_formats[$i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue