Re: [cc65] geos resource compiler bug

Date view Thread view Subject view

From: Maciej Witkowiak (ytm_at_elysium.pl)
Date: 2002-12-11 15:47:52


Groepaz dnia 10 gru 2002 o 22:54 +0100 napisał:
> 
> small problem in the resource-compiler... when you name an output file using 
> the -o option, the file will be _always_ created in the same directory as the 
> ..grc file. ie
> grc -o foo.s fuh/bar.grc
> will produce the output file
> fuh/foo.s
> which should be
> ../foo.s
> instead (or sth :=P)

-o is for *.h files, you should use
grc -s foo.s fuh/bar.grc
instead or (if there are any resources for C code):
grc -o foo.h -s foo.s fuh/bar.grc

> other than that, tetris works almost fine, but veeeeeeeeery slow in geos :o) 
> (i knew there was a reason why all those geos ppl like the scpu hehehe *evil 
> grin*)

Well, doing tetris in GEOS text emulation mode over a graphics screen is not
the most efficient way ;).

ytm

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-12-11 15:49:17 CET