对于我的一生,我无法弄清楚我对构建环境做了什么。即使是现在,最简单的 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 的开发人员命令提示符时,都会看到两行“系统找不到指定的路径”。这是相对较新的。