Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Compiling Mame32  (Read 917 times)

0 Members and 1 Guest are viewing this topic.

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Compiling Mame32
« 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.

lokki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 647
  • Last login:May 05, 2025, 06:18:51 pm
Re: Compiling Mame32
« Reply #1 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

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Compiling Mame32
« Reply #2 on: July 30, 2006, 11:25:35 pm »
Thanks for that. I had to add NAME=MAME32 aswell.