~gustav-hartvigsson/vprocessing/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gustav Hartvigsson
  • Date: 2012-04-01 19:58:29 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20120401195829-aedluigp8pbqovrh
Started work on a vector drawing system, only points and no
fill..

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
GIRFILE=vProcessing-0.1.gir
8
8
TYPELIB=vProcessing-0.1.typelib
9
9
 
10
 
VALACFLAGS=--pkg sdl\
 
10
VALACFLAGS=--disable-warnings\
 
11
      --pkg sdl\
11
12
      --pkg sdl-gfx\
12
13
      --pkg sdl-image\
13
14
      --pkg sdl-ttf\