diff options
Diffstat (limited to 'dist/mcode/windows/default_pathes.ads')
-rw-r--r-- | dist/mcode/windows/default_pathes.ads | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/mcode/windows/default_pathes.ads b/dist/mcode/windows/default_pathes.ads new file mode 100644 index 000000000..51b350f4e --- /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;
|