Import missing file
This commit is contained in:
parent
3b8fa5116d
commit
296f313ed1
11
src/lib/project.conf
Normal file
11
src/lib/project.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
targets=libBrowser
|
||||
cflags_force=`pkg-config --cflags libDesktop` -fPIC
|
||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||
ldflags=-Wl,-z,relro -Wl,-z,now
|
||||
dist=Makefile
|
||||
|
||||
[libBrowser]
|
||||
type=library
|
||||
sources=vfs.c
|
||||
install=$(LIBDIR)
|
Loading…
Reference in New Issue
Block a user