Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このリンクを見ると、Makefileを作成できるので、コマンドを使用して簡単に実行できますmake。この種のMakefileはWindowsでも実行できますか?そうでない場合、Windowsで実行できるものに変換するにはどうすればよいですか?
make
You should look at CMake. It is a cross-platform, open-source build system. For a windows specific solution, there is also NMake.