File: examples.gpr

package info (click to toggle)
adacgi 1.6-17
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 292 kB
  • sloc: ada: 1,068; makefile: 88
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
with "adacgi";
project Examples is
 	for Main use ("demo", 
		      "search", 
                      "minimal", 
                      "test_cookie", 
                      "test_encode", 
                      "test_send");
end Examples;