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.