mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 13:25:40 +00:00
3963a7a53c
- Fixed a printf statement in ConsoleDebugger.cpp. - Fixed memory watches not breaking in CPUDebug.h. - Added some helpful batch files to the VS2008 directory. - Added support for automatic loading of parent ROM sets.
5 lines
121 B
Batchfile
5 lines
121 B
Batchfile
call Build.bat Release x64 Supermodel %1
|
|
call Build.bat Release Win32 Supermodel %1
|
|
@echo All builds succeeded
|
|
pause
|