aboutsummaryrefslogtreecommitdiffstats
path: root/dist/mcode/windows/default_pathes.ads
blob: 29fe8a3a5073ff064c0cafc80e301967d3359da0 (plain)
1
2
3
4
5
6
7
8
9
10
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";

   Shared_Library_Extension : constant String := ".dll";
end Default_Pathes;