To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad_ducktape
« back to all changes in this revision
Viewing changes to Makefile
-
Committer:
Gustav Hartvigsson
-
Date:
2014-09-02 20:15:48 UTC
-
Revision ID:
gustav.hartvigsson@gmail.com-20140902201548-h1kss1wdocqhs8df
* Fixed Makefile
* Changed all void * to _pointer in DynamicArray.[h,c].
* Fixed GameObject to work with the new base-type.
* Made the Object stuffs...
* added string_new_printf utility function in utils.[h,c]
* Derp.
Show diffs side-by-side
added
removed
2
CFLAGS=`pkg-config sdl2 mozjs185 --cflags` -Wall -g -std=c11
3
LIBS=`pkg-config sdl2 mozjs185 --libs` -lm
2
CFLAGS=`pkg-config sdl2 --cflags` -Wall -g -std=c11
3
LIBS=`pkg-config sdl2 --libs` -lm
11
11
src/DynamicArray.h\
14
17
OBJECTS=obj/main.o\
21
24
obj/DynamicArray.o\