diff options
Diffstat (limited to 'translate/mcode/windows/compile.bat')
-rw-r--r-- | translate/mcode/windows/compile.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/mcode/windows/compile.bat b/translate/mcode/windows/compile.bat index be0aaecc4..c668ef0e2 100644 --- a/translate/mcode/windows/compile.bat +++ b/translate/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../../grt -aI../../../ortho/mcode ghdl_mcode -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_mcode -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,4 @@ exit /b 0 echo "Compilation failed"
cd ..
exit /b 1
-
\ No newline at end of file +
|