diff gen/linker.h @ 677:075c1272a01d

Link using gcc instead.
author Christian Kamm <kamm incasoftware de>
date Sat, 11 Oct 2008 21:21:21 +0200
parents eef8ac26c66c
children a8cb25d478c4
line wrap: on
line diff
--- a/gen/linker.h	Sat Oct 11 20:00:36 2008 +0200
+++ b/gen/linker.h	Sat Oct 11 21:21:21 2008 +0200
@@ -23,6 +23,13 @@
 int linkExecutable(const char* argv0);
 
 /**
+ * Link an executable only from object files.
+ * @param argv0 the argv[0] value as passed to main
+ * @return 0 on success.
+ */
+int linkObjToExecutable(const char* argv0);
+
+/**
  * Delete the executable that was previously linked with linkExecutable.
  */
 void deleteExecutable();