Re: One thing we REALLY need...
>Maybe we could have a cfg file for it that lists the extensions to
>look
>for? Maybe anything with a .dat or whatever between quotes?
>Something
>just for the includes would be handy though.
>
>Michael Packard
>Lord Generic Productions
>lgp at exo.com http://exo.com/~lgp
>A Crash Course in Game Design and Production
>http://exo.com/~lgp/euphoria
One bit of advice.
include get.e
all of the includes follow that format.
and many source files should. or may follow the format of
i = open("filename.ext", "r")
but not all.
for example you have the problem of.
s = read_bitmap("filename.bmp") or SOMETHING like that.
any how.
MY point is why not do this.
include includes.e
--include filename.bmp
use comments for anything that is a source that isn't a
true include file. :)
just a suggestion to make the work simplier on the
compiling of an archive.
After all. We have to declare our variables.
Why not declare our sources in comments.
--Lucius Lamar Hilley III
-- e-mail at luciuslhilleyiii at juno.com
-- I can only support file transfers of less than 64K and in UUE format.
|
Not Categorized, Please Help
|
|