对于我的生活,我不能弄清楚我对构建环境所做的事情。即使是现在,最简单的make文件也让我失望:
win32.mak:
ALL:
echo test
命令:
nmake -f win32.mak
输出:
Microsoft (R) Program Maintenance Utility Version 11.00.51106.1
Copyright (C) Microsoft Corporation. All rights reserved.
echo Hey!
The system cannot find the path specified.
Hey!
NMAKE : fatal error U1077: 'echo' : return code '0x1'
Stop.
有没有人有任何想法?
可能与之相关(或不相关):每当我打开VS2012的开发人员命令提示符时,我都会遇到两行“系统无法找到指定的路径”。这是相对较新的。