diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-07-14 08:21:18 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-07-14 08:21:18 +0200 |
commit | 8db5c10786bca404c5d1e129090ea9fea25531d2 (patch) | |
tree | 1232a7f9a6e4cd42bccad5f1228a2f20fc16d5e0 /dist | |
parent | 8fd9e4a314bec9a3dc4a260b00d2ed7f589d74c0 (diff) | |
download | ghdl-8db5c10786bca404c5d1e129090ea9fea25531d2.tar.gz ghdl-8db5c10786bca404c5d1e129090ea9fea25531d2.tar.bz2 ghdl-8db5c10786bca404c5d1e129090ea9fea25531d2.zip |
Add commands to build vpi modules (WIP)
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;
|