mycobject.dll is created by eclipse at the price of defining:
CFLAGS = -I"C:/Programmi/pd/src" -Wall -W -g in place of CFLAGS = -I"$(PD_INCLUDE)/pd" -Wall -W -g
PD_PATH = c:/programmi/pd in place of PD_PATH = $(shell cd "$(PROGRAMFILES)"/pd && pwd)
and declaring CC = gcc
Perhaps Eclipse sets CFLAGS or LDFLAGS, which is overriding things in
the Makefile?
About this template, it is oriented around making libraries, so that
includes the meta file for marking the folder as a library. Setting it
up is simple:
- rename the template folder to the name of your library
- rename template-meta.pd replacing 'template' with the name you just
used for the folder
- edit Makefile and put the library/folder/meta name in the first
variable, LIBRARY_NAME
Now you can set library meta data in the meta file, things like version,
authors, etc.
.hc