diff options
author | gingold | 2006-10-05 00:23:04 +0000 |
---|---|---|
committer | gingold | 2006-10-05 00:23:04 +0000 |
commit | dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea (patch) | |
tree | bd019af73d62d78d90c68755f35b6986567c004f /translate/mcode/windows/complib.bat | |
parent | 7a57404e5337453db969bf8f51cad9fa7f4c1913 (diff) | |
download | ghdl-dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea.tar.gz ghdl-dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea.tar.bz2 ghdl-dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea.zip |
add one more underscore to chkstk, use program path for install path (windows)
Diffstat (limited to 'translate/mcode/windows/complib.bat')
-rw-r--r-- | translate/mcode/windows/complib.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/mcode/windows/complib.bat b/translate/mcode/windows/complib.bat index 038a80e..88a43ce 100644 --- a/translate/mcode/windows/complib.bat +++ b/translate/mcode/windows/complib.bat @@ -52,7 +52,7 @@ mkdir ieee cd ieee
echo Base ieee
for %%F in (%IEEE_SRCS%) do %REL%\build\ghdlfilter -v93 < %LIBSRC%\ieee\%%F.vhdl > %%F.v93 && %REL%\build\%GHDL% -a --std=93 -P..\std --work=ieee %%F.v93
-echo Vital 2000 +echo Vital 2000
for %%F in (%VITAL2000_SRCS%) do copy %LIBSRC%\vital2000\%%F.vhdl %%F.vhd && %REL%\build\%GHDL% -a --std=93 -P..\std --work=ieee %%F.vhd
cd ..
@@ -65,4 +65,4 @@ cd .. cd ..
-cd ..
\ No newline at end of file +cd ..
|