X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnulinker.h;h=6bd11ca441afda7f4be2e275d4ce80862894de2e;hb=95d5743c0f2a0dd8b56928525b8caa5f6ee8cc1d;hp=673056e9c9b878c3d425c8815212d859de97cfcc;hpb=25a315f3cb5805614c513ac762ea1bd512ce82cb;p=builder.git diff --git a/source/gnulinker.h b/source/gnulinker.h index 673056e..6bd11ca 100644 --- a/source/gnulinker.h +++ b/source/gnulinker.h @@ -3,6 +3,13 @@ #include "tool.h" +/** +The GNU linker. Turns ObjectFiles into Executables and SharedLibraries. To +create a shared library, specify "shared" as the second argument to +create_target. + +Uses either gcc or g++ depending on what was used to compile the object files. +*/ class GnuLinker: public Tool { private: