File: default_paths.ads

package info (click to toggle)
ghdl 0.35%2Bgit20181129%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,976 kB
  • sloc: vhdl: 206,961; ada: 185,583; ansic: 19,771; sh: 6,718; python: 2,961; makefile: 1,137; cpp: 51; exp: 40; asm: 22; csh: 20
file content (9 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
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;