Author Topic: I want to learn how to add games to FBA.  (Read 22991 times)

Offline James33

  • Expert
  • *****
  • Posts: 532
  • Karma: +3/-0
  • The Mame Man
    • Emulation Zone
I want to learn how to add games to FBA.
« Reply #30 on: December 11, 2004, 05:34:13 AM »
try this .Put it in your fba folder Not the src folder
« Last Edit: May 10, 2005, 12:04:37 PM by iq_132 »
IQ Forum Member

Offline Badablek

  • Jr. Member
  • **
  • Posts: 63
  • Karma: +0/-0
  • Member
I want to learn how to add games to FBA.
« Reply #31 on: December 11, 2004, 05:48:44 AM »
Quote from: James33
try this .Put it in your fba folder Not the src folder


Your batch will not work for him as you have Mingw in C:\Mingw, and he has Mingw in F:\Mingw ^^

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re:
« Reply #32 on: December 11, 2004, 05:49:17 AM »
Quote from: James33
try this .Put it in your fba folder Not the src folder


I put it in the F:\MinGW\fba

Edit it.

@echo off
set PATH=F:\MinGW\bin;%PATH%
mingw32-make

Then save.

Click on it in the F:\MinGW\fba.

It just blink away and nothing happen.

But I saw the words though before it went away quick.

Let me move all of it into C: and see what happen next.

Then I will let you know something.

Offline Badablek

  • Jr. Member
  • **
  • Posts: 63
  • Karma: +0/-0
  • Member
I want to learn how to add games to FBA.
« Reply #33 on: December 11, 2004, 05:54:11 AM »
You can try this, works great for me

Just need to change the path if it's not in the same directory than me

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re:
« Reply #34 on: December 11, 2004, 05:55:47 AM »
I put it in the C:\MinGW\fba

Edit it.

@echo off
set PATH=C:\MinGW\bin;%PATH%
mingw32-make

Then save.

Click on it in the C:\MinGW\fba.

It just blink away and nothing happen again.

But I saw the words though before it went away quick again.

I can't figger it out why it won't pick up still.

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Re:
« Reply #35 on: December 11, 2004, 05:58:34 AM »
Quote from: Badablek
You can try this, works great for me

Just need to change the path if it's not in the same directory than me


Ok.

I will try that on Path instead of Path2.

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Got it guys!!!
« Reply #36 on: December 11, 2004, 06:02:51 AM »
Show you the screenshot after it get done. :D

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
It is doing it guys.
« Reply #37 on: December 11, 2004, 06:09:48 AM »
:)

What are these warning???

What is next?

Anything else that I need to do?

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
I want to learn how to add games to FBA.
« Reply #38 on: December 11, 2004, 06:16:25 AM »
Those warnings are normal :)


Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
Yep.
« Reply #39 on: December 11, 2004, 06:35:09 AM »
I got to take a break now.

I will try to rest and sleep since I'm so sleepy. :)

Later and thanks.

I be back later on though.

Offline James33

  • Expert
  • *****
  • Posts: 532
  • Karma: +3/-0
  • The Mame Man
    • Emulation Zone
I want to learn how to add games to FBA.
« Reply #40 on: December 11, 2004, 06:59:01 AM »
Ive done this to my bat to stop it blinking off if there is an error lol


Quote

@echo off
set PATH=C:\MinGW\bin;%PATH%
echo Compile in progress Please wait !
mingw32-make
echo Compile is complete .
pause
echo Enjoy :)
pause
IQ Forum Member

Offline KingHanco

  • Sr. Member
  • ****
  • Posts: 401
  • Karma: +0/-4
  • "Special " Member
This way is better.
« Reply #41 on: December 11, 2004, 06:04:45 PM »
Anyway I rename the MS-DO Batch File into compile FBA.

This do work bellow on windows xp pro and windows xp home.

make
command

The other way around won't bellow.

@echo off
set PATH=F:\MinGW\bin;%PATH%
mingw32-make

Note: Because it already in the System area using the...
SET MINGDIR = F:\MinGW
SET PATH = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;F:\MinGW\bin;F:\Program Files\Common Files\GTK\2.0\bin