Skip to content

Change win32.mak to always call the local idgen.exe #4322

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

Merged
merged 1 commit into from
Jan 20, 2015

Conversation

MetaLang
Copy link
Member

I had an issue where DMD builds were failing for me because idgen.exe was producing an incorrect id.c. The problem was that a rogue idgen snuck into my dmd2\windows\bin folder and that was getting called instead of the local, newer one. I changed it so it will always call the idgen.exe that is in the current directory, and made the same change for optabgen and impcnvgen.

andralex added a commit that referenced this pull request Jan 20, 2015
Change win32.mak to always call the local idgen.exe
@andralex andralex merged commit 227ca8d into dlang:master Jan 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants