MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM
I used these.
05/25/16 08:08 PM


Right click on the Windows icon and then click on the Command Prompt.

In the cmd paste this. call C:\msys64\win32\env.bat "Or whatever the msys64 files is at."

In the cmd paste this. SET CONFIG_ARCHITECTURE=x64

In the cmd paste this. cd C:\source "Or whatever the source is at."

In the cmd paste this. make -j5 OPTIMIZE=3 SYMBOLS=1 SYMLEVEL=1 STRIP_SYMBOLS=1

Done.

Or I used my make.Bat Which I used most of time.

SET CONFIG_ARCHITECTURE=x64
call C:\msys64\win32\env.bat
cd C:\source
DEL /S /Q C:\source\mame64.exe
DEL /S /Q C:\source\mame64.sym
make -j5 OPTIMIZE=3 SYMBOLS=1 SYMLEVEL=1 STRIP_SYMBOLS=1
pause
RD /S /Q C:\source\build
RD /S /Q C:\source\saving
mame64 -cc
pause

Done.

Just in case you ask what is the saving.

#
# CORE OUTPUT DIRECTORY OPTIONS
#
cfg_directory saving
nvram_directory saving
input_directory saving
state_directory saving
snapshot_directory saving
diff_directory saving
comment_directory saving

I get the tools from here. http://mamedev.org/tools/


W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB







Entire thread
Subject Posted by Posted on
* Compiling MAME on Windows 10 Envisaged0ne 05/25/16 04:26 PM
. * Re: Compiling MAME on Windows 10 R. Belmont  05/25/16 11:02 PM
. * Why not just use Headkaze's MAME Compiler?..... Traso  05/25/16 10:27 PM
. * Re: Why not just use Headkaze's MAME Compiler?..... Envisaged0ne  05/26/16 01:34 AM
. * Righteous Traso  05/27/16 10:42 PM
. * I used these. Dullaron  05/25/16 08:08 PM
. * Re: Compiling MAME on Windows 10 abelenki  05/25/16 04:59 PM
. * Re: Compiling MAME on Windows 10 Envisaged0ne  05/25/16 11:59 PM
. * Re: Compiling MAME on Windows 10 TafoidAdministrator  05/25/16 04:37 PM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 698 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 2663