Textpad and GNUStep (Objective C)

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
mroshaw
Posts: 12
Joined: Tue Apr 11, 2006 2:08 pm

Textpad and GNUStep (Objective C)

Post by mroshaw »

Hi all!

Has anyone integrated the GNUStep Objective C compiler into Textpad?

I'm fiddling around with Tools settings and not really getting anywhere. It would be most useful to hear from someone who has already set this up.

Thanking you all in advance!
mroshaw
Posts: 12
Joined: Tue Apr 11, 2006 2:08 pm

Post by mroshaw »

Here's what I've come up with so far:

Command: cmd.exe
Initial Folder: $FileDir
Parameters:

Code: Select all

/c C:\GNUstep\mingw\bin\gcc.exe -o $BaseName $FileName -I C:\GNUstep\GNUstep\System\Library\Headers -fconstant-string-class=NSConstantString -L C:\GNUstep\GNUstep\System\Library\Libraries -lgnustep-base -lobjc -enable-auto-import && $BaseName.exe
Works for very simple, single source files.

Still interested to hear from anyone else with a more complete solution.
Post Reply