diff options
Diffstat (limited to 'dist/windows/mcode/compile.bat')
| -rw-r--r-- | dist/windows/mcode/compile.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/windows/mcode/compile.bat b/dist/windows/mcode/compile.bat index 0c0e33153..9a1825e46 100644 --- a/dist/windows/mcode/compile.bat +++ b/dist/windows/mcode/compile.bat @@ -4,7 +4,7 @@ cd build rem Do the compilation set CFLAGS= -O -Wall -gcc -c %CFLAGS% ../../../src/grt/grt-cbinding.c +gcc -c %CFLAGS% ../../../src/grt/grt-cstdio.c if errorlevel 1 goto failed gcc -c %CFLAGS% ../../../src/grt/grt-cvpi.c @@ -19,7 +19,7 @@ if errorlevel 1 goto failed gcc -c %CFLAGS% -DWITH_GNAT_RUN_TIME ../../../src/grt/config/win32.c if errorlevel 1 goto failed -gnatmake %CFLAGS% -gnatn -aI../windows -aI../../../src -aI../../../src/ghdldrv -aI../../../src/psl -aI../../../src/grt -aI../../../src/ortho/mcode -aI../../../src/vhdl -aI../../../src/vhdl/translate ghdl_jit -aI../../../src/ortho -o ghdl.exe -largs grt-cbinding.o clock.o grt-cvpi.o memsegs_c.o win32.o -ldbghelp -Wl,--stack,8404992 +gnatmake %CFLAGS% -gnatn -aI../windows -aI../../../src -aI../../../src/ghdldrv -aI../../../src/psl -aI../../../src/grt -aI../../../src/ortho/mcode -aI../../../src/vhdl -aI../../../src/vhdl/translate ghdl_jit -aI../../../src/ortho -o ghdl.exe -largs grt-cstdio.o clock.o grt-cvpi.o memsegs_c.o win32.o -ldbghelp -Wl,--stack,8404992 if errorlevel 1 goto failed cd .. |
