- Structure clean-up, moved examples to understand C/C++ better out of the way

master
Steve Clement 2013-07-22 15:12:08 +02:00
parent 6f154e80ab
commit b52a35356d
4 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,3 @@ frameserver:
g++ -O2 -ggdb Buffer.cpp Buffers.cpp Server.cpp frameserver.cpp `pkg-config --libs --cflags ncurses` `pkg-config --libs --cflags glibmm-2.4` `pkg-config --libs --cflags gthread-2.0` -lboost_system -o frameserver
test:
g++ -O2 -pipe -fpermissive -fomit-frame-pointer Buffer.cpp Buffers.cpp test.cpp `pkg-config --libs --cflags glibmm-2.4` `pkg-config --libs --cflags gthread-2.0` -o test
thread_test:
g++ -O2 -pipe -fomit-frame-pointer thread.cc -o thread `pkg-config --cflags --libs glibmm-2.4`

2
tutorial/Makefile Normal file
View File

@ -0,0 +1,2 @@
thread_test:
g++ -O2 -pipe -fomit-frame-pointer thread.cc -o thread `pkg-config --cflags --libs glibmm-2.4`

Binary file not shown.