Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. OBJS = IMG_bmp.o IMG.o IMG_gif.o IMG_jpg.o IMG_pcx.o IMG_png.o IMG_pnm.o \
  2.         IMG_tga.o IMG_tif.o IMG_xcf.o IMG_xpm.o
  3. OUTFILE = ../lib/libSDL_image.a
  4. CFLAGS = -I../include -D_REENTRANT -DLOAD_BMP -DLOAD_GIF -DLOAD_JPG \
  5.         -DLOAD_PCX -DLOAD_PNG -DLOAD_PNM -DLOAD_TGA -DLOAD_XPM
  6.  
  7. include $(MENUETDEV)/makefiles/Makefile_for_lib
  8.