libDesktop/tools/project.conf

14 lines
300 B
Plaintext

targets=widget
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
ldflags=$(OBJDIR)../src/libDesktop.a
[widget]
type=binary
sources=widget.c
[widget.c]
depends=../src/libDesktop.a