http://bugs.winehq.org/show_bug.cgi?id=20792
--- Comment #6 from Wylda wylda@volny.cz 2009-11-22 09:36:13 --- (In reply to comment #5)
Random thought: You have used wine 1.1.29's make distclean to try and clean the extra files created by current git (or vice-versa).
Hmmm, this make sense! ...and all those *.o & *.so & binary files _probably_ differs because of debuging symbols which contains different paths to *.c & *.h files.
Based on this knowledge i do another comparison, but with "really" clean git tree and will keep same path for tar ball and then git-tree build. Thank you!
What i do not know are those .res files. Should be the same or are those *.res files dynamically generated, i.e. reason for difference between git and tarbal?