[PD] MinGW + Eclipse + MSWIN helloworld

luca paganotti luca.paganotti at gmail.com
Fri Jul 15 11:06:21 CEST 2011


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110715/72658a64/attachment.htm>


More information about the Pd-list mailing list