[Ohrrpgce] -? -help -v -version on Windows

2007-08-20 Thread James Paige
On Mon, Aug 20, 2007 at 10:18:12AM -0500, Keith Gable wrote:
 
 Also, starting custom with -? doesn't do anything for me.

Hmmm... on Windows or Linux? I have had no problems with -? on Linux, 
but now, testing the feature on Windows for the first time, I see that 
neither -? nor -v produce any output at all :(

---
James
___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


Re: [Ohrrpgce] -? -help -v -version on Windows

2007-08-20 Thread Keith Gable
On 8/20/07, James Paige [EMAIL PROTECTED] wrote:
 Hmmm... on Windows or Linux? I have had no problems with -? on Linux,
 but now, testing the feature on Windows for the first time, I see that
 neither -? nor -v produce any output at all :(

Custom doesn't display anything with -? (it starts though). Game
works. Linux of course :)

-- 
Keith Gable
Lead Programmer / Project Leader
The Ignition Project http://www.ignition-project.com/

[Ask me how you can get a free Gmail account - Now with Google Chat!]
___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


Re: [Ohrrpgce] -? -help -v -version on Windows

2007-08-20 Thread Keith Gable
On 8/20/07, James Paige [EMAIL PROTECTED] wrote:

 Hrmmm. What is your shell? I have only been testing on bash and ash


bash.

 And are you compiling with the same compiler options as the ones in
 makegame.sh ? (or makegame16.sh)

einfo Compiling OHRRPGCE...
/usr/bin/fbc ${FBCFLAGS} -g -v -m custom -d IS_CUSTOM -w 2
-maxerr 1000 -exx -d EXXERROR \
custom.bas drawing.bas subs.bas subs2.bas subs3.bas
mapsubs.bas flexmenu.bas menus.bas allmodex.bas compat.bas common.bas
browse.bas util.bas bam2mid.bas loading.bas \
gfx_${OHR_GFX}.bas music_${OHR_MUSIC}.bas || die compile failed
mv custom ohrrpgce-custom-wip || die rename failed

Since this is changing so much, it would *really* help out if I could
change that line to something like:

/usr/bin/fbc ${FBCFLAGS} -g -v -m custom -d IS_CUSTOM -w 2 -maxerr
1000 -exx -d EXXERROR `cat custom_files.txt` gfx_${OHR_GFX}.bas
music_${OHR_MUSIC}.bas || die compile failed

But that would require help from you :).

-- 
Keith Gable
Lead Programmer / Project Leader
The Ignition Project http://www.ignition-project.com/

[Ask me how you can get a free Gmail account - Now with Google Chat!]
___
Ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org