blob: 51b350f4ec2ac649c89f2270f07266e9f38d2559 (
plain)
1
2
3
4
5
6
7
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;
|