summaryrefslogtreecommitdiff
path: root/tests/test5/compil.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test5/compil.sh')
-rwxr-xr-xtests/test5/compil.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test5/compil.sh b/tests/test5/compil.sh
deleted file mode 100755
index 776669a..0000000
--- a/tests/test5/compil.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash -ex
-gcc -Wall -g -c gtkvumeter.c $(pkg-config --cflags gtk+-2.0)
-gcc -Wall -g -c win_main.c $(pkg-config --cflags gtk+-2.0)
-gcc -Wall -g -c compute.c $(pkg-config --cflags gtk+-2.0)
-gcc -Wall -g -c test5.c $(pkg-config --cflags gtk+-2.0 gthread-2.0 libpulse)
-gcc -Wall -g -c capture.c $(pkg-config --cflags gtk+-2.0 libpulse)
-gcc -Wall -o test5 *.o $(pkg-config --libs gtk+-2.0 gthread-2.0 libpulse)