aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-12 15:20:51 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-12 15:20:51 +0200
commitd08ed8de338da3b7ea4fcd0139f4ca248c129078 (patch)
tree86d54b1346b996df602e736c3f6dd898ce1b64ae /dist
parent8423924e43087c9b80e8179a49d539decab54886 (diff)
downloadghdl-d08ed8de338da3b7ea4fcd0139f4ca248c129078.tar.gz
ghdl-d08ed8de338da3b7ea4fcd0139f4ca248c129078.tar.bz2
ghdl-d08ed8de338da3b7ea4fcd0139f4ca248c129078.zip
Adjust windows code.
Diffstat (limited to 'dist')
-rw-r--r--dist/mcode/windows/complib.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/dist/mcode/windows/complib.bat b/dist/mcode/windows/complib.bat
index e19ac7f4a..bdd062b67 100644
--- a/dist/mcode/windows/complib.bat
+++ b/dist/mcode/windows/complib.bat
@@ -15,7 +15,7 @@ set IEEE_SRCS= std_logic_1164 std_logic_1164_body numeric_std numeric_std-b
set MATH_SRCS= math_real math_real-body math_complex math_complex-body
set STD08_SRCS= textio textio_body env env_body
-set IEEE08_SRCS= std_logic_1164 std_logic_1164-body std_logic_textio math_real math_real-body math_complex math_complex-body numeric_bit numeric_bit-body numeric_bit_unsigned numeric_bit_unsigned-body numeric_std numeric_std-body numeric_std_unsigned numeric_std_unsigned-body fixed_float_types fixed_generic_pkg fixed_generic_pkg-body fixed_pkg float_generic_pkg float_generic_pkg-body float_pkg
+set IEEE08_SRCS= std_logic_1164 std_logic_1164-body std_logic_textio math_real math_real-body math_complex math_complex-body numeric_bit numeric_bit-body numeric_bit_unsigned numeric_bit_unsigned-body numeric_std numeric_std-body numeric_std_unsigned numeric_std_unsigned-body fixed_float_types fixed_generic_pkg fixed_generic_pkg-body fixed_pkg float_generic_pkg float_generic_pkg-body float_pkg ieee_bit_context ieee_std_context
set VITAL95_SRCS= vital_timing vital_timing_body vital_primitives vital_primitives_body
set VITAL2000_SRCS= timing_p timing_b prmtvs_p prmtvs_b memory_p memory_b
@@ -112,10 +112,8 @@ echo ieee
mkdir ieee
cd ieee
for %%F in (%IEEE08_SRCS%) do %REL%\build\ghdlfilter -v08 < %LIBSRC%\ieee2008\%%F.vhdl > %%F.v08 && %REL%\build\%GHDL% -a --std=08 -P..\std --work=ieee %%F.v08
-for %%F in (%VITAL2000_SRCS%) do copy %LIBSRC%\vital2000\%%F.vhdl %%F.vhd && %REL%\build\%GHDL% -a --std=08 -P..\std --work=ieee %%F.vhd
cd ..
-
:::::::::::::::::
cd ..\..