diff options
| author | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-07-03 16:43:00 +0200 |
|---|---|---|
| committer | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-07-03 16:43:00 +0200 |
| commit | 5f9d515e0f0a792ca99438ecc4f3bb3e06752836 (patch) | |
| tree | 6f062588a485bd7853c490d006804a0f5c2c9c42 /compile.sh | |
| parent | 37dd4d6f995587cb597e366a377391b264716f01 (diff) | |
Separate GTK and X11/Motif sources + compile scripts
Diffstat (limited to 'compile.sh')
| -rwxr-xr-x | compile.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 2ef54e3..0000000 --- a/compile.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -cd "$(dirname "$0")" || exit -#cc voss_devctl.c -g -o voss-devctl \ -# -Wall -Wpedantic -Werror -Wextra \ -# -I/usr/local/include \ -# -L/usr/local/lib -lXm -lXt -lX11 -cc voss_devctl_gtk.c -g -o voss-devctl \ - -Wall -Wpedantic -Werror -Wextra \ - `pkg-config --cflags gtk+-3.0` \ - `pkg-config --libs gtk+-3.0` |
