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

Minor typo in Windows src\makefile.vc6 #769

Closed
rodwiddowson opened this issue Apr 16, 2016 · 1 comment
Closed

Minor typo in Windows src\makefile.vc6 #769

rodwiddowson opened this issue Apr 16, 2016 · 1 comment
Labels

Comments

@rodwiddowson
Copy link
Contributor

This may be in purpose in which case please close.

I note that in makefile.vc6 (and derivatives) the debug objects usually have 'd' appended to their names (nonblockd.obj rawstrd.obj &c), but slist_wc.obj doesn't. The net result is that if you type

nmake .... release

followed by

name .... debug

nmake whines

NMAKE : warning U4004: too many rules for target 'slist_wc.obj'

@bagder bagder added the build label Apr 17, 2016
@bagder bagder closed this as completed in f86f50f Apr 17, 2016
@bagder
Copy link
Member

bagder commented Apr 17, 2016

Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants