David Hemmo wrote:
Right now, each time I make a modification (even one line) I do a 'make' followed by a 'make install'. Is there a faster way ?
Try skip the 'make install', and instead run wine from the build directory. eg.
~/src/wine/wine regedit
I make a point of never installing Wine to make sure I don't accidently run an older installed version that didn't get overwritten properly.
Mike