Is there anyway to rewrite the linker rule in Genero Studio? We have a module called lib_main which we want to include in just about every program. So in our makefiles we have something similar to this:
aie_focus_reorder:: $(FORMS) $(MODULES) lib_main.42m
fglrun -l -o aie_focus_reorder.42r $(MODULES) lib_main.42m $(LIBS) $(FGLDIR)/lib/libfgl4js.42x $(FGLDIR)/lib/libfgl.42x
lib_main is dependent on other functions in other modules so it can't be made into a library.
...
I thought it was because lib_main contained the MAIN statement? and thats why it couldn't go in a library. (Also libqui.42x was dependent on libqcore.42x)
If you're still having trouble, send me the .4pw you are attempting to use.