http://bugs.winehq.org/show_bug.cgi?id=19397
--- Comment #43 from Juan Lang juan_lang@yahoo.com 2009-07-27 18:32:17 --- (In reply to comment #42)
Is there any way to compile wine only partially after applying patches? It takes quite a bit of time to recompile the whole Wine.
Yes. Start with a wine tree that you've already built. Then apply the patches, run autoconf and configure, and: cd dlls/ws2_32 make This'll just rebuild ws2_32.dll, which is all that's really changed from the stock tree.