Author Topic: how can i see the "makefile" that the slickedit produce?  (Read 2698 times)

aos

  • Community Member
  • Posts: 22
  • Hero Points: 0
how can i see the "makefile" that the slickedit produce?
« on: February 17, 2020, 04:33:58 PM »
In other words, i want to be able to see the command that the slickedit perform when compiling and linking the code.
when i use Verbose checkbox it does not enough info to see. i want to be able to see the whole command that the slickedit sends to the gcc.

there is any possibility to do it in slickedit?

Thanks


Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: how can i see the "makefile" that the slickedit produce?
« Reply #1 on: February 17, 2020, 04:36:21 PM »
Are you using "Build with an auto-generated, auto-mantained makefile", or"Build without a makefile"?

aos

  • Community Member
  • Posts: 22
  • Hero Points: 0
Re: how can i see the "makefile" that the slickedit produce?
« Reply #2 on: February 18, 2020, 09:08:05 AM »
Build without a makefile.

there is an option in slickedit to produce one? or to see some how the gcc comands that it produces?

Thanks

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: how can i see the "makefile" that the slickedit produce?
« Reply #3 on: February 18, 2020, 09:18:08 AM »
Yes, you can choose "Build with an auto-generated, auto-mantained makefile" from the build tab.

You can also select the tool you wan tot see (Compile or Link) on the Tools tab, and select a configuration at the top and you'll see the command line for that tool.

aos

  • Community Member
  • Posts: 22
  • Hero Points: 0
Re: how can i see the "makefile" that the slickedit produce?
« Reply #4 on: February 19, 2020, 02:31:46 PM »
Thanks!

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: how can i see the "makefile" that the slickedit produce?
« Reply #5 on: February 19, 2020, 03:45:19 PM »
You're welcome.  Let us know if you need help with this.