Mail Archives: djgpp/1999/11/04/17:59:30
On Wed, 3 Nov 1999 18:38:25 -0500, "Randy" <umgrang0 AT cc DOT umanitoba DOT ca>
wrote:
>In the tool configuration I use as my command line:
>gxx "%n%e" -o %n.exe
>This will compile the current file, I make variations on that when I need
>to.
>
>Did you set the 'working directory'?
>Set the working directory to '%P' (don't put the quotes)
>That will be the Path to the currently opened file.
This did it :-)
I was previously having some trouble getting the shell to work at all,
so had removed %P because I thought it was the problem. I was also
using %f and %p%n instead of what you suggested.
Thanks!
- Shawn
- Raw text -