[fpc-devel] Unit linking to .obj files and fpcmake.
Peter Vreman
peter at freepascal.org
Wed Apr 12 08:10:59 CEST 2006
> In package for Windows, I have some object files that the unit requires.
> How do I make a Makefile.fpc file that installs the object files into a
> package and allows programs using the package to locate the object files?
> In other words, I want to be sure that a developer can use this unit in
> Windows? In other words, what entries do I have to make for this in the
> Makefile.fpc?
You'll need to code this yourself in the [rules] section.
More information about the fpc-devel
mailing list