Files
UltraGrid/tools/Makefile.astat
Martin Pulec a8fba13593 Makefile.astat: build with c++ instead of g++
GCC is not always present (eg. in MSYS2 clang env).
2022-03-09 16:09:34 +01:00

7 lines
252 B
Makefile

test:
c++ -g -DASTAT_DEBUG -DDEFINE_TEST_MAIN astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread -o astat_test
lib:
c++ -fpic -c -std=c++11 astat.cpp ../src/compat/platform_pipe.cpp -I../src -pthread
ar rcs astat.a astat.o platform_pipe.o