[PD-dev] [ pure-data-Patches-2872631 ] dllextent for pd~ on Windows and Cygwin

SourceForge.net noreply at sourceforge.net
Sat Jan 2 03:07:00 CET 2010


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&group_id=55736

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: 2010-01-01 21:07

Message:
FYI: this patch has already been included in the pd-gui-rewrite/0.43
branch:

https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-gui-rewrite/0.43

----------------------------------------------------------------------

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&group_id=55736




More information about the Pd-dev mailing list