From 3fddf1c59fd7a8fcd260bb9e05c611bef3dd141b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 5 Nov 2014 05:11:00 +0100 Subject: Move files and dirs from translate/ --- dist/mcode/windows/default_pathes.ads | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dist/mcode/windows/default_pathes.ads (limited to 'dist/mcode/windows/default_pathes.ads') diff --git a/dist/mcode/windows/default_pathes.ads b/dist/mcode/windows/default_pathes.ads new file mode 100644 index 0000000..51b350f --- /dev/null +++ b/dist/mcode/windows/default_pathes.ads @@ -0,0 +1,8 @@ +with Windows_Default_Path; +pragma Elaborate_All (Windows_Default_Path); + +package Default_Pathes is + Install_Prefix : constant String := + Windows_Default_Path.Get_Windows_Exec_Path; + Lib_Prefix : constant String := "lib"; +end Default_Pathes; -- cgit