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
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to