Skip to content

Commit 22788f8

Browse files
authored
Merge pull request #49 from AdaCore/add-adb
Do not omit file extension in Main attribute
2 parents 7b0d0f5 + 85efe0a commit 22788f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tools.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project Tools is
2626
for Object_Dir use "../" & TP_Shared.Build_Dir & "/tobj";
2727
for Exec_Dir use "../" & TP_Shared.Build_Dir & "/bin";
2828

29-
for Main use ("templates2ada", "templatespp");
29+
for Main use ("templates2ada.adb", "templatespp.adb");
3030

3131
package Builder renames TP_Shared.Builder;
3232

0 commit comments

Comments
 (0)