Skip to content

Commit 85efe0a

Browse files
committed
Do not omit file extension in Main attribute
TN: U412-040
1 parent 92f94c2 commit 85efe0a

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)