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