|
version 3.15, 2001/05/04 00:38:23
|
version 3.16, 2001/05/06 06:28:46
|
|
|
|
| XCOMM platform: $XFree86: xc/config/cf/cygwin.cf,v 3.14 2001/05/03 20:13:11 alanh Exp $ |
XCOMM platform: $XFree86: xc/config/cf/cygwin.cf,v 3.15 2001/05/04 00:38:23 alanh Exp $ |
| | |
| #ifndef OSName | #ifndef OSName |
| #define OSName Cygwin | #define OSName Cygwin |
|
|
|
| #define ExpandManNames NO | #define ExpandManNames NO |
| #define HasDlopen NO | #define HasDlopen NO |
| #define HasGnuMake YES | #define HasGnuMake YES |
| #ifndef DefaultCCOptions |
|
| #define DefaultCCOptions -Wall |
|
| #endif /* DefaultCCOptions */ |
|
| #define DefaultGcc2i386Opt -O2 |
|
| #define LibraryCDebugFlags -O2 |
|
| #define UseGccMakeDepend YES | #define UseGccMakeDepend YES |
| | |
| /* | /* |
|
|
|
| | |
| #define LdCombineFlags -r | #define LdCombineFlags -r |
| | |
| #define OptimizedCDebugFlags -O2 -fno-strength-reduce -fpcc-struct-return -m486 |
# ifndef OptimizedCDebugFlags |
| |
# define OptimizedCDebugFlags DefaultGcc2i386Opt |
| |
# endif |
| | |
| #define StandardDefines -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE | #define StandardDefines -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DX_SOURCE |
| | |