トップページ ひらく | たたむ | ページトップ ↓マウスで反転選択した文字を検索 ■ Make ページ内検索 ページ外検索 検索したい文字を入力してENTERを押すと移動します。
___■ インストール nmake とは VisualStudio に付属する make プログラムのこと。 $(VC)/bin/nmake.exe に付属する。 使いかたは Cygwin の make とほぼ同じ。 nmake -f makefile.vcproj nmake clean all -f makefile.vcproj
nmake -f makefile.vcproj
nmake clean all -f makefile.vcproj