git-svn-id: svn://elaine/murooma/trunk@338 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2015-01-01 18:19:30 +00:00
parent 0a20924e66
commit 3c89671f24
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
VERSION = 0.01
VERSION = 0.1
CC = /usr/bin/g++
CFLAGS = -std=gnu++0x -static-libgcc -static-libstdc++ -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lasound -logg -lvorbis -lvorbisenc

View file

@ -1,4 +1,4 @@
VERSION = 0.01
VERSION = 0.1
CC = /usr/bin/g++
CFLAGS = -std=gnu++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg