blob: 66e5397f3178d32c4c58e5c915614192aa061c2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- tools/tools.gpr.orig 2014-05-15 19:48:07.000000000 +0000
+++ tools/tools.gpr
@@ -29,8 +29,7 @@ project Tools is
(".", "../templates_parser/tools",
"../" & Shared.Target_Dir & "/setup/tsrc");
- for Main use ("awsres.adb", "aws_password.adb", "templates2ada.adb",
- "webxref.adb", "templatespp.adb");
+ for Main use ("awsres.adb", "aws_password.adb", "webxref.adb");
case Shared.XMLAda is
when "Installed" =>
|