Author Topic: How does slickedit generates the makefile  (Read 11901 times)

simona

  • Junior Community Member
  • Posts: 4
  • Hero Points: 0
How does slickedit generates the makefile
« on: October 28, 2008, 07:23:54 AM »
Hello
I am using the Slickedit on Linux. I would like to know what are the command line that clickedit use to generate the make file, in order to bulit my project out of slickedit ?

Thanks in advance
Simona

Graeme

  • Senior Community Member
  • Posts: 2796
  • Hero Points: 347
Re: How does slickedit generates the makefile
« Reply #1 on: October 30, 2008, 07:43:33 AM »
I am using the Slickedit on Linux. I would like to know what are the command line that clickedit use to generate the make file, in order to bulit my project out of slickedit ?

This might not help but try turning macro recording on (macro menu -> record macro), then execute some of the commands you're doing with the GUI to build a project or whatever, then stop macro recording and when the "save macro" dialog comes up, click EDIT and take a look at the source code that's been generated.  It might show you some macro commands you can use to automate whatever you're trying to do.  You can fire up slick to run a macro and then shut down - see invocation options in the help and the -p option.

Graeme