D.gnu - gdc and xcode - template
- Fredrik Olsson <peylow gmail.com> Jun 01 2006
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Getting D to compile and work is quite a task, even if you set out from the Standard C Tool template. So here is a new D Tool template for XCode 2.2+. The D support for Xcode files from http://gdcmac.sourceforge.net/xcode.html are required. Then just uncompress this template into /Library/Application Support/Apple/Developer Tools/Project Templates/ Quite a path :). Now you can create a new project, selecting "D Tool". It is a simple command line app, with a man page skeleton with everything set up for compilation and debug. // Fredrik
Jun 01 2006
Fredrik Olsson wrote:So here is a new D Tool template for XCode 2.2+. The D support for Xcode files from http://gdcmac.sourceforge.net/xcode.html are required.
Sweet, I'll make sure to include it on the gdcmac site as soon as the new GDC 0.18 for Tiger is finished (the Universal Binary for PPC/X86) This new build will also fix the missing i686 objects in the old one.Then just uncompress this template into /Library/Application Support/Apple/Developer Tools/Project Templates/ Quite a path :).
I think that should be: (either like this, or with quotes instead) /Library/Application\ Support/Apple/Developer\ Tools/Project\ Templates since most command-line tools don't really like spaces in their paths... --anders
Jun 01 2006








=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se>