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!
Textpad and GNUStep (Objective C)
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Here's what I've come up with so far:
Command: cmd.exe
Initial Folder: $FileDir
Parameters:
Works for very simple, single source files.
Still interested to hear from anyone else with a more complete solution.
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
Still interested to hear from anyone else with a more complete solution.