aboutsummaryrefslogtreecommitdiffstats
path: root/dist/windows/mcode/binary_file-format.ads
diff options
context:
space:
mode:
authorPatrick Lehmann <Paebbels@gmail.com>2017-05-14 06:22:33 +0200
committertgingold <tgingold@users.noreply.github.com>2017-05-14 06:22:33 +0200
commit669d25e0794e3ab9dc709bc977d2de43e7e2783d (patch)
treeb88170ff6d7e9cb97edeed6ffb6bec262a35fae3 /dist/windows/mcode/binary_file-format.ads
parentd73368aba216bba22a0c06eb94bf98e84931215f (diff)
downloadghdl-669d25e0794e3ab9dc709bc977d2de43e7e2783d.tar.gz
ghdl-669d25e0794e3ab9dc709bc977d2de43e7e2783d.tar.bz2
ghdl-669d25e0794e3ab9dc709bc977d2de43e7e2783d.zip
Fix PowerShell based build flow (#347)
* Added missing file for the non-makefile based compilation flow. * Added more missing files for windows/mcode.
Diffstat (limited to 'dist/windows/mcode/binary_file-format.ads')
-rw-r--r--dist/windows/mcode/binary_file-format.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/windows/mcode/binary_file-format.ads b/dist/windows/mcode/binary_file-format.ads
new file mode 100644
index 000000000..daf2afe2e
--- /dev/null
+++ b/dist/windows/mcode/binary_file-format.ads
@@ -0,0 +1,3 @@
+with Binary_File.Coff;
+
+package Binary_File.Format renames Binary_File.Coff;