comparison mac/dw.m @ 942:3c9dfb004df6

Minor change to the build comment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Apr 2011 11:55:17 +0000
parents 18f194e1d71d
children 675c12b1b90e
comparison
equal deleted inserted replaced
941:18f194e1d71d 942:3c9dfb004df6
3 * A GTK like implementation of the MacOS GUI using Cocoa 3 * A GTK like implementation of the MacOS GUI using Cocoa
4 * 4 *
5 * (C) 2011 Brian Smith <brian@dbsoft.org> 5 * (C) 2011 Brian Smith <brian@dbsoft.org>
6 * (C) 2011 Mark Hessling <mark@rexx.org> 6 * (C) 2011 Mark Hessling <mark@rexx.org>
7 * 7 *
8 * Using garbage collection so requires 10.5 or later. 8 * Requires 10.5 or later.
9 * clang -std=c99 -g -o dwtest -D__MAC__ -I. dwtest.c mac/dw.m -framework Cocoa -framework WebKit -fobjc-gc-only 9 * clang -std=c99 -g -o dwtest -D__MAC__ -I. dwtest.c mac/dw.m -framework Cocoa -framework WebKit
10 */ 10 */
11 #import <Cocoa/Cocoa.h> 11 #import <Cocoa/Cocoa.h>
12 #import <WebKit/WebKit.h> 12 #import <WebKit/WebKit.h>
13 #include "dw.h" 13 #include "dw.h"
14 #include <sys/utsname.h> 14 #include <sys/utsname.h>