aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/windows/mcode/default_paths.ads
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/windows/mcode/default_paths.ads')
-rw-r--r--scripts/windows/mcode/default_paths.ads9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/windows/mcode/default_paths.ads b/scripts/windows/mcode/default_paths.ads
new file mode 100644
index 000000000..6b1d9d952
--- /dev/null
+++ b/scripts/windows/mcode/default_paths.ads
@@ -0,0 +1,9 @@
+with Windows_Default_Path;
+pragma Elaborate_All (Windows_Default_Path);
+
+package Default_Paths 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_Paths;