Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: headkaze on July 30, 2006, 07:29:41 am

Title: Compiling Mame32
Post by: headkaze on July 30, 2006, 07:29:41 am
I'm used to compiling Mame32FX which has batch files you just run for each optimized build. Now that development on the Mame32FX has ceased, I need to compile the standard Mame32.

So I have MinGW environment set up, and I copy the original Mame into a directory, then copy the Mame32 files over the top. This is where I'm confused, after that I run the standard mingw32-make.exe and it compiles the command line version (mame.exe). How do I tell make to compile Mame32, I can't seem to find a Mame32.mak file anywhere. Can someone point out what I'm doing wrong here. Obviously it's something simple.
Title: Re: Compiling Mame32
Post by: lokki on July 30, 2006, 12:45:17 pm
Check out

http://www.mameworld.net/mrdo/compile.html


to build the GUI you use the command

mingw32-make WINUI=1
Title: Re: Compiling Mame32
Post by: headkaze on July 30, 2006, 11:25:35 pm
Thanks for that. I had to add NAME=MAME32 aswell.