graphics

experiments with opengl3.2/ogles3.3 on linux and win7
git clone http://frotz.net/git/graphics.git
Log | Files | Refs

module.mk (109B)


      1 M_PATH := $(modulepath)
      2 
      3 M_NAME := mkfont
      4 M_OBJS := mkfont.o
      5 M_LIBS := freetype common
      6 
      7 include build/app.mk