MAMEWorld >> News
View all threads Index   Flat Mode Flat  

MASH
MASH
Reged: 09/26/03
Posts: 1775
Loc: Germany
Send PM
Windows XP example here...
03/07/15 09:49 PM


Hi,

here is an example to create the "build tools" for Windows XP/32bit + Dual-Core with SSE3 on drive D:
without Cmder.exe and buildtools.bat.

Download https://github.com/mamedev/buildtools/releases/download/1.0/install.exe
Double-click on install.exe and change drive letter to D:\buildtools
Wait until all files are downloaded and the initialisation window is is closing.


Create D:\mingw folder with the Explorer
Move folder D:\buildtools\vendor\mingw32 to D:\mingw
Double-click on D:\buildtools\vendor\qt\mingw32\setup-Qt.bat
Move folder D:\buildtools\vendor\qt\mingw32\Qt to D:\mingw\mingw32

Edit D:\mingw\mingw32\Qt\bin\qt.conf and changed
Prefix = D:/buildtools/vendor/qt/mingw32/Qt
to
Prefix = D:/mingw/mingw32/Qt


Copy the files mkdir.exe, rm.exe and msys-1.0.dll from
D:\buildtools\installer-tmp\bin
to
D:\mingw\mingw32\bin


Create a compile batch (cp.bat) with the following lines and copy the file into your Windows folder (c:\window)
@ECHO OFF
set path=d:\mingw\mingw32\bin;d:\mingw\mingw32\opt\bin;d:\mingw\mingw32\Qt\bin;C:\WINDOWS\system32;C:\WINDOWS
d:
cd \mingw\mame
make -j3


Delete D:\buildtools

Download MAME source from http://mamedev.org/release.php
Extract src files into D:\mingw\mame
Open Command Prompt and type cp and press ENTER.


Note:
For MAMEUI download also http://www.mameui.info/MameUIs.7z
and extract winui in MameUIs.7z\MameUIs\SRC\OSD to D:\mingw\mame\src\osd\

Edit cp.bat and replace
make -j3
with
make -j3 OSD=winui



M*A*S*H







Entire thread
Subject Posted by Posted on
* New MAME build tools... redk9258 03/06/15 12:06 AM
. * Re: New MAME build tools... Mamesick  03/25/15 05:51 PM
. * Re: New MAME build tools... B2K24  03/25/15 09:18 PM
. * Re: New MAME build tools... Mamesick  03/25/15 09:41 PM
. * Re: New MAME build tools... B2K24  03/26/15 12:21 AM
. * Any provide any GIT assistance? Pr3tty F1y  03/15/15 06:31 PM
. * Re: Any provide any GIT assistance? MooglyGuy  03/16/15 12:23 AM
. * Re: Any provide any GIT assistance? Pr3tty F1y  03/16/15 10:42 PM
. * Re: Any provide any GIT assistance? Vas Crabb  03/17/15 02:51 AM
. * Re: Any provide any GIT assistance? Pr3tty F1y  03/17/15 03:18 AM
. * Re: Any provide any GIT assistance? R. Belmont  03/18/15 04:20 PM
. * Re: Any provide any GIT assistance? Vas Crabb  03/17/15 03:59 AM
. * Re: Any provide any GIT assistance? MooglyGuy  03/17/15 10:01 AM
. * Re: Any provide any GIT assistance? MooglyGuy  03/17/15 12:31 AM
. * Re: Any provide any GIT assistance? Pr3tty F1y  03/17/15 12:37 AM
. * Re: Any provide any GIT assistance? MooglyGuy  03/17/15 09:57 AM
. * Re: Any provide any GIT assistance? Master O  03/16/15 04:57 AM
. * Re: New MAME build tools... BPzeBanshee  03/09/15 06:12 AM
. * Re: New MAME build tools... RobbbertModerator  03/10/15 09:18 PM
. * Re: New MAME build tools... BPzeBanshee  03/15/15 05:17 PM
. * Windows XP example here... MASH  03/07/15 09:49 PM
. * Re: Windows XP example here... Llaffer  03/25/15 05:10 PM
. * Re: Windows XP example here... silkove  03/08/15 08:18 AM
. * Re: Windows XP example here... MASH  03/08/15 04:37 PM
. * Re: New MAME build tools... B2K24  03/06/15 06:43 AM

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