mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 20:43:12 -04:00
6 lines
148 B
Makefile
6 lines
148 B
Makefile
CFLAGS = -DUSE_RWOPS=1 -I. -I$(MENUETDEV)/include/SDL
|
|
OUTFILE = libSDL_bdf.a
|
|
OBJS = SDL_bdf.o
|
|
|
|
include $(MENUETDEV)/makefiles/Makefile_for_lib
|