diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-10-12 22:55:41 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-10-12 22:55:41 +0800 |
commit | 9b5621bda033c2e6b7c622c7494c56a172543554 (patch) | |
tree | f5fd661441867ca8a100d5c8aedcce430864d9d4 /src/makefile | |
parent | 627d814f487ac38d4f9b9b71da9bef46f33b3dad (diff) | |
download | bullet-lab-remix-9b5621bda033c2e6b7c622c7494c56a172543554.tar.xz |
Initial implementation of smPath.
Minor changes on the (s)coll effect.
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index 57d9356..560f68c 100644 --- a/src/makefile +++ b/src/makefile @@ -1,6 +1,6 @@ CC= g++ -CXXFLAGS= -std=c++11 -Wall -g -I/home/chrisoft/devel/BulletLabRemixIII/include -LINK= -L../smelt/sdl -L../extensions -lsmeltext -lsmelt -lCxImage -lSDL2 -lvorbis -lvorbisfile -lopenal -ljpeg -lpng -lfreetype -lz -pthread +CXXFLAGS= -std=c++11 -Wall -g -I/home/chrisoft/devel/BulletLabRemixIII/include -I/usr/include/freetype2 +LINK= -L../smelt/sdl -L../extensions -lsmeltext -lsmelt -lCxImage -lSDL2 -lvorbis -lvorbisfile -lopenal -ljpeg -lpng -lfreetype -lm -lz -ldl -pthread all: main |