diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/mcode/windows/default_pathes.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/mcode/windows/default_pathes.ads b/dist/mcode/windows/default_pathes.ads index 51b350f4e..29fe8a3a5 100644 --- a/dist/mcode/windows/default_pathes.ads +++ b/dist/mcode/windows/default_pathes.ads @@ -5,4 +5,6 @@ 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;
|