# HG changeset patch
# User Brian Davis <brimdavis@aol.com>
# Date 1421638687 18000
#      Sun Jan 18 22:38:07 2015 -0500
# Node ID 2e0a1cea686d663f1602366e0184a5b0be782a5a
# Parent  33ffa1536fdce10c9f69755d5b3e8badde49c26e
fixed paths in winbuild.bat to reflect source tree reorganization

diff -r 33ffa1536fdc -r 2e0a1cea686d dist/mcode/windows/compile.bat
--- a/dist/mcode/windows/compile.bat	Thu Jan 15 06:36:00 2015 +0100
+++ b/dist/mcode/windows/compile.bat	Sun Jan 18 22:38:07 2015 -0500
@@ -3,12 +3,12 @@
 
 rem Do the compilation
 set CFLAGS=-O -g
-gcc -c %CFLAGS% ../../grt/grt-cbinding.c
-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_jit -aI../../../ortho -o ghdl.exe -largs grt-cbinding.o clock.o grt-cvpi.o memsegs_c.o win32.o -largs -Wl,--stack,8404992
+gcc -c %CFLAGS% ../../../src/grt/grt-cbinding.c
+gcc -c %CFLAGS% ../../../src/grt/grt-cvpi.c
+gcc -c %CFLAGS% ../../../src/grt/config/clock.c
+gcc -c %CFLAGS% ../../../src/ortho/mcode/memsegs_c.c
+gcc -c %CFLAGS% -DWITH_GNAT_RUN_TIME ../../../src/grt/config/win32.c
+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 -largs -Wl,--stack,8404992
 
 if errorlevel 1 goto failed
 
