c++ - How to use makefiles in Visual Studio? - Stack Overflow

c++ - How to use makefiles in Visual Studio? - Stack Overflow

瀏覽:1268
日期:2025-06-25
I actually use a makefile to build any dependencies needed before invoking devenv to build a particular project as in the following: debug: coratools_debug devenv coralib.vcproj /build debug coratools_debug: nothing cd ../coratools nmake debug cd $(MAKEDI...看更多