Is it possible to use an existing Makefile to build a project in Code::Blocks?

前端 未结 2 1663
慢半拍i
慢半拍i 2021-02-07 11:15

EDIT: I figured out that there is an option in Project properties to set a custom make file. Now the project build fine. Now, I am stumbled on how to specify the target executab

2条回答
  •  没有蜡笔的小新
    2021-02-07 11:56

    In [Project -> Properties... -> Build targets -> Output filename] you may specify the executable.

    [Project -> Set programs' arguments...] allows to select a host application and command-line parameters.

提交回复
热议问题