Added dist files

This commit is contained in:
Pierre Pronchery 2005-10-23 23:33:38 +00:00
parent ca765a33d2
commit 60ed97407d
3 changed files with 6 additions and 1 deletions

1
include/project.conf Normal file
View File

@ -0,0 +1 @@
dist=System.h,appclient.h,appserver.h,array.h,config.h,event.h,hash.h,string.h

View File

@ -1 +1,4 @@
subdirs=src
package=libSystem
version=0.0.0
subdirs=src,include

View File

@ -1,6 +1,7 @@
targets=libSystem
cflags_force=-W -Wall -ansi -I ../include
cflags=-g
dist=appinterface.h
[libSystem]