简体   繁体   中英

How to Open .win Files in windows 7?

I am installing Alenka and need to run Makefile.win file in windows 7.

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:

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). This will set up the environment to run nmake and find the compiler tools.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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