managed to change h2-scheme to a generic package

This commit is contained in:
2014-01-09 15:32:36 +00:00
parent 8f2efa17f8
commit 87bebc0fdb
10 changed files with 656 additions and 490 deletions

View File

@ -9,15 +9,16 @@ project Lib is
for Source_Files use (
"h2.ads",
"h2-ascii.ads",
"h2-pool.adb",
"h2-pool.ads",
"h2-scheme.adb",
"h2-scheme.ads",
"h2-scheme-token.adb",
"h2-scheme-token.ads"
"h2-scheme-token.adb"
);
for Library_Interface use (
"h2",
"h2.ascii",
"h2.pool",
"h2.scheme"
);