diff --git a/include/project.conf b/include/project.conf new file mode 100644 index 0000000..274780c --- /dev/null +++ b/include/project.conf @@ -0,0 +1 @@ +dist=System.h,appclient.h,appserver.h,array.h,config.h,event.h,hash.h,string.h diff --git a/project.conf b/project.conf index ab42a0c..d00512f 100644 --- a/project.conf +++ b/project.conf @@ -1 +1,4 @@ -subdirs=src +package=libSystem +version=0.0.0 + +subdirs=src,include diff --git a/src/project.conf b/src/project.conf index c7dc95e..f8f37e4 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1,6 +1,7 @@ targets=libSystem cflags_force=-W -Wall -ansi -I ../include cflags=-g +dist=appinterface.h [libSystem]