Skip to content
Snippets Groups Projects
Commit 0027a8d2 authored by edgrif's avatar edgrif
Browse files

add some defines for gtk and c compiler which are generally needed.

parent 5cf68b5f
No related branches found
No related tags found
No related merge requests found
#!/bin/echo dot script please source
# Required to get backtraces otherwise many symbols are not passed to ELF linker.
CFLAGS_args="$CFLAGS_args -rdynamic"
# I think we need /software/acedb/gtk as the default.
GTK_PREFIX=/software/acedb/gtk
# This shouldn't get overwritten.
PKG_CONFIG=$GTK_PREFIX/bin/pkg-config
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment