简体   繁体   English

如何在Windows 7中打开.win文件?

[英]How to Open .win Files in windows 7?

I am installing Alenka and need to run Makefile.win file in windows 7. 我正在安装Alenka ,需要在Windows 7中运行Makefile.win文件。

How can I do that? 我怎样才能做到这一点?

If you have Visual Studio, run the Visual Studio Command prompt from the Start menu, change to the directory containing Makefile.win and type this: 如果您使用的是Visual Studio,请从“开始”菜单运行Visual Studio命令提示符,切换到包含Makefile.win的目录并键入以下命令:

nmake -f Makefile.win

You can also use the normal command prompt and run vsvars32.bat (c:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\Common7\\Tools for VS2008). 您也可以使用常规命令提示符并运行vsvars32.bat(VS2008的c:\\ Program Files(x86)\\ Microsoft Visual Studio 9.0 \\ Common7 \\ Tools)。 This will set up the environment to run nmake and find the compiler tools. 这将设置环境以运行nmake并找到编译器工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM