Changeset 226

Show
Ignore:
Timestamp:
06/27/07 21:09:09 (1 year ago)
Author:
takkaria
Message:

Add SDL_image to the Makefile. (thanks Diego Gonzalez)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.std

    r199 r226  
    4141 
    4242# Support SDL frontend 
    43 #SYS_sdl = -DUSE_SDL $(shell sdl-config --cflags) $(shell sdl-config --libs) -lSDL_ttf 
     43#SYS_sdl = -DUSE_SDL $(shell sdl-config --cflags) $(shell sdl-config --libs) -lSDL_ttf -lSDL_image 
    4444 
    4545