[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The GEL lib (NILS read this!)
Ok, I've changed the setup on the standard library. It's now built in a
different manner. There is no index.gel. Instead there are some
automatically generated loader.gel files in each directory. I've had to
change genius to do the loading properly and to switch directories properly.
But now the compliation will catch all errors and it will recompile properly
when you change any file. You still have to run make in the dr-genius/lib
directory however, not in it's subdirectories as that will not make the
library.
Ok, so to add new files and stuff you just add them and then add the file
to the appropriate part of the makefile (on top somewhere). Just like before
And the make will take care of all the dependencies and stuff like that.
This should make it simpler to catch those library compile errors which have
been creeping in all the time :) And it will make sure that the library
recompiles when the .gel files are updated.
George