On Sun, 26 Oct 2003 13:19:14 +0100 (Romance Standard Time) Vadim Zeitlin
<[EMAIL PROTECTED]> wrote:

VZ> On Sun, 26 Oct 2003 14:18:59 +1000 mlivingstone <[EMAIL PROTECTED]> wrote:
VZ> 
VZ> m> Occasionally I will want to relink the current wxWindows into M even 
VZ> m> though there have not been any M CVS changes. I know I could just 
VZ> m> touch one of the M files and then make but is there a make-only solution?
VZ> 
VZ>  If there has been any changes in the wxWindows headers, affected M sources
VZ> should be rebuilt automatically. If the changes were in the .cpp files
VZ> only, then you don't have anything to do if you're using a shared library.
VZ> If you're using a static one, you do have to do "rm src/M && make" because
VZ> the binary doesn't have a dependency on the wxWindowsl ibrary. It could be
VZ> added but is rather complicated for a so small gain.

Ah, I do use static so that explains it.

In your opinion, what are the relative pro/con of static / shared?

Thanks Vadim.

Dr. QA





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to