From 669d25e0794e3ab9dc709bc977d2de43e7e2783d Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 14 May 2017 06:22:33 +0200 Subject: Fix PowerShell based build flow (#347) * Added missing file for the non-makefile based compilation flow. * Added more missing files for windows/mcode. --- dist/windows/mcode/default_pathes.ads | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dist/windows/mcode/default_pathes.ads (limited to 'dist/windows/mcode/default_pathes.ads') diff --git a/dist/windows/mcode/default_pathes.ads b/dist/windows/mcode/default_pathes.ads new file mode 100644 index 000000000..d83addbe2 --- /dev/null +++ b/dist/windows/mcode/default_pathes.ads @@ -0,0 +1,9 @@ +with Windows_Default_Path; +pragma Elaborate_All (Windows_Default_Path); + +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; -- cgit v1.2.3