Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patchwatcher: Doesn't attempt to compile code for new libraries #14

Open
GoogleCodeExporter opened this issue Jul 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

My patch adds numerous new folders to the dll/ directory in wine, however
patchwatcher doesn't attempt to build them.

My patch: http://kegel.com/wine/patchwatcher/results/3795.log

If you look at the list of makefiles generated by configure you will notice
mine are being ignored.

To make patchwatcher function correctly you need to add them to git (use
"git add .") then call ./tools/make_makefiles

If you call make_makefiles without adding the files to git the new
configure.ac won't include the new code.

Afterwards just do a hard reset on git to clean up anything you have added.

Original issue reported on code.google.com by [email protected] on 31 Oct 2008 at 10:52

@GoogleCodeExporter
Copy link
Author

Right, I need to fix that.

Original comment by [email protected] on 17 Dec 2008 at 3:15

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 31 Aug 2009 at 5:17

  • Changed title: patchwatcher: Doesn't attempt to compile code for new libraries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant