added H2.Wide.

did some makefile experiments
This commit is contained in:
2014-01-17 14:15:08 +00:00
parent 77164465dd
commit 5df2592627
4 changed files with 74 additions and 6 deletions

View File

@ -17,14 +17,16 @@ project Lib is
"h2-scheme-execute.adb",
"h2-scheme-token.adb",
"h2-utf8.adb",
"h2-utf8.ads"
"h2-utf8.ads",
"h2-wide.ads"
);
for Library_Interface use (
"h2",
"h2.ascii",
"h2.pool",
"h2.scheme",
"h2.utf8"
"h2.utf8",
"h2.wide"
);
package Compiler is