diff options
author | Tristan Gingold | 2014-12-03 03:12:59 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-12-03 03:12:59 +0100 |
commit | 9d3eb0056c4e4eb4fbc7fa94fa11034f2cd065e1 (patch) | |
tree | 4de2a3040534157d3bef9be71366af33e9f47756 /dist/mcode/windows | |
parent | c29879015a16784db185e6e71114712038796fb3 (diff) | |
download | ghdl-9d3eb0056c4e4eb4fbc7fa94fa11034f2cd065e1.tar.gz ghdl-9d3eb0056c4e4eb4fbc7fa94fa11034f2cd065e1.tar.bz2 ghdl-9d3eb0056c4e4eb4fbc7fa94fa11034f2cd065e1.zip |
compile.bat: use new filename ortho_jit.adb
From Brian Davis
Diffstat (limited to 'dist/mcode/windows')
-rw-r--r-- | dist/mcode/windows/compile.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/mcode/windows/compile.bat b/dist/mcode/windows/compile.bat index c668ef0..9c4df37 100644 --- a/dist/mcode/windows/compile.bat +++ b/dist/mcode/windows/compile.bat @@ -8,7 +8,7 @@ gcc -c %CFLAGS% ../../grt/grt-cvpi.c gcc -c %CFLAGS% ../../grt/config/clock.c
gcc -c %CFLAGS% ../../../ortho/mcode/memsegs_c.c
gcc -c %CFLAGS% -DWITH_GNAT_RUN_TIME ../../grt/config/win32.c
-gnatmake %CFLAGS% -gnatn -aI../windows -aI../../.. -aI../.. -aI../../ghdldrv -aI../../../psl -aI../../grt -aI../../../ortho/mcode ghdl_mcode -aI../../../ortho -o ghdl.exe -largs grt-cbinding.o clock.o grt-cvpi.o memsegs_c.o win32.o -largs -Wl,--stack,8404992
+gnatmake %CFLAGS% -gnatn -aI../windows -aI../../.. -aI../.. -aI../../ghdldrv -aI../../../psl -aI../../grt -aI../../../ortho/mcode ghdl_jit -aI../../../ortho -o ghdl.exe -largs grt-cbinding.o clock.o grt-cvpi.o memsegs_c.o win32.o -largs -Wl,--stack,8404992
if errorlevel 1 goto failed
@@ -21,4 +21,3 @@ exit /b 0 echo "Compilation failed"
cd ..
exit /b 1
-
|