Updated version of entry.pp from Baldur

This commit is contained in:
ocoursiere
2003-09-18 21:08:44 +00:00
parent 8bb1d2cccf
commit ce9b701557
3 changed files with 183 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ SubDir BEPASCAL_TOP ;
# Force creation of target's directories BEFORE the building of libbepascal.so
Depends libbepascal.so : dirs ;
# build libbepascal.so before libstubgen.so
Depends libstubgen.so : libbepascal.so ;
@@ -72,6 +73,21 @@ rule MakeDistribs
demos ;
MakeZip docs.zip : Readme
docs ;
MakeZip bepascal_all.zip : Readme
Jamfile
Jamrules
demos
docs
lib
source/Jamfile
source/bepascal/pas
source/bepascal/Jamfile
source/bepascal/cpp/Jamfile
source/bepascal/cpp
source/Jamfile
source/tools
source/tools/Jamfile ;
}
NOTFILE zip ;