Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. OUTFILE = ttftest
  2. OBJS = ttftest.o
  3. LIBS = -L../../lib -lSDL -lSDL_ttf -lSDL -lpng -lttf
  4. CFLAGS = -I../../include -I..
  5.  
  6. include $(MENUETDEV)/makefiles/Makefile_for_program
  7.