3dphotoshoot

diff proj.mk @ 10:c71c477521ca

converting to GLES2 and C++
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 31 May 2015 00:40:26 +0300
parents a4bf2687e406
children 06dc8b9b4f89
line diff
     1.1 --- a/proj.mk	Mon May 25 05:27:26 2015 +0300
     1.2 +++ b/proj.mk	Sun May 31 00:40:26 2015 +0300
     1.3 @@ -1,8 +1,15 @@
     1.4  root ?= $(shell pwd)
     1.5  
     1.6 -src = $(wildcard $(root)/src/*.c)
     1.7 +src = $(wildcard $(root)/src/*.c) \
     1.8 +	  $(wildcard $(root)/libs/drawtext/*.c) \
     1.9 +	  $(wildcard $(root)/libs/vmath/*.c)
    1.10 +
    1.11 +ccsrc = $(wildcard $(root)/src/*.cc) \
    1.12 +		$(wildcard $(root)/libs/vmath/*.cc)
    1.13 +
    1.14  bin = photoshoot3d
    1.15  title = 3D Photo Shoot
    1.16  
    1.17 -incpaths = -I$(root)/src
    1.18 +incpaths = -I$(root)/src -I$(root)/libs -I$(root)/libs/vmath -I$(root)/libs/drawtext
    1.19  libpaths =
    1.20 +defs = -DNO_FREETYPE