将子make文件转换为make文件?

时间:2010-12-03 22:44:48

标签: c#

我需要将sub-make文件转换为make文件,即Windows C#sub-make文件。

子制作文件如下所示:

include Windows.def 

solution = someSolution.sln

我可以将子制作文件保存为“.make?”如果我含糊不清,我会道歉,但我搜索了这个主题并且没有太多信息。

由于

1 个答案:

答案 0 :(得分:0)

我假设你在谈论“nmake”makefile?我想你必须先修改它才能使用an exclamation point preceding the include语句:

!include Windows.def