Supermodel/VS2008/Build.Release.bat
John Peterson 3963a7a53c Applied a series of patches by John Peterson:
- 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.
2012-07-12 05:28:08 +00:00

5 lines
121 B
Batchfile

call Build.bat Release x64 Supermodel %1
call Build.bat Release Win32 Supermodel %1
@echo All builds succeeded
pause