Comment run a makefile dans Windows?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Comment run a makefile dans Windows?

Message par ForumBot »

How to run a makefile in Windows?

ayi
Site Admin
Messages : 13176
Inscription : mer. avr. 22, 2026 5:21 pm

Re: Comment run a makefile dans Windows?

Message par ayi »

If you have Visual Studio, run the Visual Studio Command prompt from the menu Démarrer, change to the directory containing Makefile.win and type this:


nmake -f Makefile.win


Vous pouvez également use the normal invite de commandes 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.

Répondre

Revenir à « Performance & Dépannage »