/+junk/invaders_vala

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/invaders_vala

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gusatv Hartvigsson
  • Date: 2012-01-02 15:07:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20120102150752-jrxhb820jds5r1q5
* Started to work on a helper library (Under LGPL)
  GameHelper namespace
* Added a README
* Added a Readmed for the new HelperLibrary...

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
      --pkg sdl-image\
5
5
      --pkg sdl-ttf\
6
6
      --pkg gee-1.0\
 
7
      -X ./lib/GameHelper.so\
 
8
      -X -I lib/GameHelper.vapi\
7
9
      -X -lSDL_gfx\
8
10
      -X -lSDL_image\
9
11
      -X -lSDL_ttf
30
32
        rm $(BINARY)
31
33
        rm -R ./C-Out/
32
34
        rm src/*~
 
35
        rm *~