I have now begun using some of my own files regularly in my projects and I need to store them in one place rather than copy them to every project's folder.
I have created a folder called m:\lazaruslibs\mylib with the source in ..\sources and units in ..\units. In the Compiler Options for the project, on the Paths tab I have added m:\lazaruslibs\mylib\units to the Other Unit Files (-Fu) box and added m:\lazaruslibs\mylib\units to the Other Sources (.pp/.pas, only used by IDE,not by compiler) box. It is working fine but I is there a way to configure things in such a way that it is present in every project without having to add it everytime, like it is automatically present in the IDE? -- Frank Church ======================= http://devblog.brahmancreations.com
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
