我有一个像这样写的C++预处理器:
#ifdef cpp_variable //x+y; #endif
请有人告诉我如何在Makefile中定义它.
谢谢!
c++ makefile
c++ ×1
makefile ×1