Category: ‘Objective-C’

GNUstepのHeaderファイル

2010年2月3日 Posted by PURGE

C:{%インストール先%}\GNUstep\System\Library\Headers

GNUStepを使用したコンパイルオプション

2009年5月8日 Posted by PURGE

$ gcc hello.m -o hello -I /GNUstep/System/Library/Headers -L /GNUStep/System/Library/Libraries/ -l objc

gcc Sample01.m -o Sample01 -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantString -enable-auto-import