diff options
author | gingold | 2006-03-10 02:15:29 +0000 |
---|---|---|
committer | gingold | 2006-03-10 02:15:29 +0000 |
commit | 402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0 (patch) | |
tree | eccb325bd340a7fb2265810fe0be11a9b74b41dc /translate/mcode/windows/default_pathes.ads | |
parent | d969ae0b7b1872c931f0da6736e459b6ce6fc981 (diff) | |
download | ghdl-402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0.tar.gz ghdl-402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0.tar.bz2 ghdl-402c0b3ca702f0e6c3e1e5589c98f01a21d6d6f0.zip |
windows distribution based on mcode
Diffstat (limited to 'translate/mcode/windows/default_pathes.ads')
-rw-r--r-- | translate/mcode/windows/default_pathes.ads | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/translate/mcode/windows/default_pathes.ads b/translate/mcode/windows/default_pathes.ads new file mode 100644 index 0000000..abe0a60 --- /dev/null +++ b/translate/mcode/windows/default_pathes.ads @@ -0,0 +1,6 @@ +with Windows_Default_Path;
+pragma Elaborate_All (Windows_Default_Path);
+
+package Default_Pathes is
+ Prefix : constant String := Windows_Default_Path.Get_Windows_Default_Path;
+end Default_Pathes;
|