Fix archive creation
This commit is contained in:
parent
6d96ea8317
commit
dc44ca0c32
|
@ -4,6 +4,7 @@ cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||||
ldflags=$(OBJDIR)../src/libDesktop.a
|
ldflags=$(OBJDIR)../src/libDesktop.a
|
||||||
|
dist=Makefile
|
||||||
|
|
||||||
[widget]
|
[widget]
|
||||||
type=binary
|
type=binary
|
||||||
|
|
|
@ -4,6 +4,7 @@ cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||||
cflags=-Wall -g -O2 -pedantic
|
cflags=-Wall -g -O2 -pedantic
|
||||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||||
ldflags=$(OBJDIR)../src/libDesktop.a
|
ldflags=$(OBJDIR)../src/libDesktop.a
|
||||||
|
dist=Makefile
|
||||||
|
|
||||||
[widget]
|
[widget]
|
||||||
type=binary
|
type=binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user