Fixes in the build process

This commit is contained in:
ocoursiere
2003-07-22 22:35:24 +00:00
parent 1a3fdc746f
commit b59c96fa83
4 changed files with 21 additions and 3 deletions

View File

@@ -1,10 +1,15 @@
SubDir BEPASCAL_TOP ;
SubInclude BEPASCAL_TOP source bepascal cpp ;
SubInclude BEPASCAL_TOP source bepascal pas ;
# Force creation of target's directories BEFORE the building of libbepascal.so
Depends libbepascal.so : dirs ;
SubInclude BEPASCAL_TOP source ;
# set the distribution dir
DISTRIB_DIR = distrib ;
# make all distribution files. We recursively add all files in those directories except the ones in
# CVS subdirectories
MakeZip pas_sources.zip : source/bepascal/pas ;
MakeZip cpp_sources.zip : source/bepascal/cpp ;
MakeZip bin_bepascal.zip : source/bepascal/pas lib ;