sgl
diff src/wsys_cocoa.m @ 20:0697fbd075b6
added fallback SDL module
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 26 Jun 2011 07:56:13 +0300 |
parents | 12ce0cef7ebf |
children | 171aa71b97e7 |
line diff
1.1 --- a/src/wsys_cocoa.m Sun Jun 26 02:30:37 2011 +0300 1.2 +++ b/src/wsys_cocoa.m Sun Jun 26 07:56:13 2011 +0300 1.3 @@ -1,6 +1,5 @@ 1.4 /* SimplyGL window system module for Cocoa */ 1.5 /* mac-framework: -framework Cocoa */ 1.6 -/* link-with: `gnustep-config --gui-libs` */ 1.7 1.8 #include "config.h" 1.9 1.10 @@ -449,4 +448,6 @@ 1.11 attr[i++] = 0; 1.12 } 1.13 1.14 +#else 1.15 +int sgl_wsys_cocoa_silence_the_fucking_empty_file_warnings; 1.16 #endif /* USE_WSYS_MODULE_COCOA */