Compile one dll of Wine
-
- Newbie
- Posts: 1
- Joined: Fri Mar 11, 2016 8:41 pm
Compile one dll of Wine
Is it possible to compile one DLL of Wine to test a patch without compiling all of Wine?
Re: Compile one dll of Wine
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.