Compile one dll of Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
QwertyChouskie
Newbie
Newbie
Posts: 1
Joined: Fri Mar 11, 2016 8:41 pm

Compile one dll of Wine

Post by QwertyChouskie »

Is it possible to compile one DLL of Wine to test a patch without compiling all of Wine?
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Compile one dll of Wine

Post by spoon0042 »

If you build and run wine from the build directory then make some changes rerunning './configure && make' will only have to rebuild the updated files usually. You do have to build the whole thing once though, I don't think it's possible otherwise.
Locked