Build Log
  

Rebuild started: Project: sega_game_menu, Configuration: Release|Win32

Command Lines
  
Creating temporary file "C:\DOCUME~1\9335~1\LOCALS~1\Temp\BAT00000232164032.bat" with contents
[
@echo off

make -f Makefile clean all

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"

exit 1

:VCEnd
]
Creating command line "C:\DOCUME~1\9335~1\LOCALS~1\Temp\BAT00000232164032.bat"
Output Window
  
Performing Makefile project actions
C:/cygwin/bin/rm *.o
C:/cygwin/bin/rm ../bin/game_menu.bin
C:/cygwin/bin/rm *.out
C:/cygwin/bin/rm *.wch
C:/cygwin/bin/rm *.nm
E:/MDKit/bin/gcc  -m68000 -Wall -O1 -fomit-frame-pointer -IE:/MDKit/include -c main.c -o main.o
E:/MDKit/bin/gcc  -m68000 -Wall -O1 -fomit-frame-pointer -IE:/MDKit/include -c sega.s -o sega.o
E:/MDKit/bin/gcc -T E:/MDKit/bin/md.ld -nostdlib sega.o E:/MDKit/lib/base.o E:/MDKit/lib/tools.o E:/MDKit/lib/vdp.o E:/MDKit/lib/font.o E:/MDKit/lib/vdp_bg.o E:/MDKit/lib/vdp_dma.o E:/MDKit/lib/vdp_pal.o E:/MDKit/lib/vdp_spr.o E:/MDKit/lib/vdp_tile.o E:/MDKit/lib/joy.o E:/MDKit/lib/timer.o E:/MDKit/lib/psg.o E:/MDKit/lib/z80_ctrl.o E:/MDKit/lib/ym2612.o  main.o sega.o E:/MDKit/bin/libgcc.a -o game_menu.out
E:/MDKit/bin/nm -n -S -t x game_menu.out >game_menu.nm
E:/MDKit/bin/nm2wch game_menu.nm game_menu.wch
E:/MDKit/bin/objcopy --pad-to 65536 -O binary game_menu.out ../bin/game_menu.bin
Results
  
Build log was saved at "file://d:\hardware\_soft\everdrive3x\sega_game_menu\Release\BuildLog.htm"
sega_game_menu - 0 error(s), 0 warning(s)