diff --git a/src/lib/project.conf b/src/lib/project.conf new file mode 100644 index 0000000..2857f5f --- /dev/null +++ b/src/lib/project.conf @@ -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)