added initial files

This commit is contained in:
2013-12-10 16:14:06 +00:00
commit 034b50ec9b
16 changed files with 5675 additions and 0 deletions

10
h2/lib/libh2.gpr.in Normal file
View File

@ -0,0 +1,10 @@
project LibH2 is
for Library_Name use "h2";
for Library_Kind use "dynamic";
for Library_Dir use "@abs_builddir@";
for Source_Files use ();
for Externally_Built use "true";
end LibH2;