<div class="h5">mycobject.dll is created by eclipse at the price of defining:<br><br><b style="font-family: courier new,monospace;">CFLAGS = -I&quot;C:/Programmi/pd/src&quot; -Wall -W -g</b> in place of <b style="font-family: courier new,monospace;">CFLAGS = -I&quot;$(PD_INCLUDE)/pd&quot; -Wall -W -g</b><br>
<br><b style="font-family: courier new,monospace;">PD_PATH = c:/programmi/pd</b> in place of <b style="font-family: courier new,monospace;">PD_PATH = $(shell cd &quot;$(PROGRAMFILES)&quot;/pd &amp;&amp; pwd)</b><br><br>and declaring <b style="font-family: courier new,monospace;">CC = gcc</b><br>
<br><br><br><br>
</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Perhaps Eclipse sets CFLAGS or LDFLAGS, which is overriding things in<br>
the Makefile?<br>
<br>
About this template, it is oriented around making libraries, so that<br>
includes the meta file for marking the folder as a library.  Setting it<br>
up is simple:<br>
<br>
- rename the template folder to the name of your library<br>
- rename template-meta.pd replacing &#39;template&#39; with the name you just<br>
used for the folder<br>
- edit Makefile and put the library/folder/meta name in the first<br>
variable, LIBRARY_NAME<br>
<br>
Now you can set library meta data in the meta file, things like version,<br>
authors, etc.<br>
<font color="#888888"><br>
.hc<br>
</font></blockquote></div><br>