Patches item #2872631, was opened at 2009-10-04 14:00 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2872631...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: feature Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: dllextent for pd~ on Windows and Cygwin
Initial Comment: Add the dllextent stuff on Windows and Cygwin since pd~ should build on Cygwin:
Index: pd~/pd~.c =================================================================== --- pd~/pd~.c (revision 12522) +++ pd~/pd~.c (working copy) @@ -60,6 +60,9 @@ static char pd_tilde_dllextent[] = ".d_fat", pd_tilde_dllextent2[] = ".pd_darwin"; #endif +#if defined(_WIN32) || defined(__CYGWIN__) +static char sys_dllextent[] = ".m_i386", sys_dllextent2[] = ".dll"; +#endif
/* ------------------------ pd_tilde~ ----------------------------- */
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-04 14:06
Message: oops sys_dllextent[ should be pd_tilde_dllextent
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2872631...