我有一个在Eclipse上开发的托管C项目,我想将此项目转换为Makefile。
I have a managed C project developed on Eclipse and I would like to convert this project into Makefiles.
我在调试文件夹中找到了Eclipse已经生成的Makefile,但是我在文件中看到一条警告,提示我不要编辑此文件。
I found the Makefiles already generated by Eclipse in debug folder but I saw a warning in the file saying that I should not edit this file.
如何轻松转换项目?我不想从头开始。如果我通过修改已经生成的Makefile来启动它,那就太完美了。
How can I convert my project easily? I don't want to start from the scratch. It would be perfect if I start it by modifying already generated Makefiles.
我的构建设置是: