axmol/CocosDenshion/third_party/fmod/examples/realtimestitching/Makefile

12 lines
269 B
Makefile

realtimestitching_cpp: main.cpp
g++ -O3 -o realtimestitching main.cpp ../../api/lib/libfmodex.so -pthread
realtimestitching_c: main.c
g++ -O3 -o realtimestitching main.c ../../api/lib/libfmodex.so -pthread
run:
./realtimestitching
clean:
rm -f realtimestitching