Calling linux make from an editor running on wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dmay
Newbie
Newbie
Posts: 1
Joined: Sun May 17, 2009 11:00 pm

Calling linux make from an editor running on wine

Post by dmay »

Hi list,

I am running SlickEdit on wine. Most things work but not the shell interface. The windows version of SlickEdit natively allows you to call dos programs from various places within the editor (its built-in command line, SlickC language, project build interface, etc..). I want to call a linux make program (or any program) from this editor.

What is the method / tool that wine provides to get a windows program to run a linux shell command or program, preferably in a command line form?

I was hoping for something like: winegate "linux_cmd", that a windows program could send to its dos CLI and be intercepted by the wine interface.

Or could somebody point me out to the fullblast dll lib way of doing this?

Dave
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Calling linux make from an editor running on wine

Post by vitamin »

dmay wrote:What is the method / tool that wine provides to get a windows program to run a linux shell command or program, preferably in a command line form?
http://wiki.winehq.org/FAQ#head-68d921c ... 58d76ff51f
Locked