ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/platform/cygwin.cfg
(Generate patch)

Comparing ray/platform/cygwin.cfg (file contents):
Revision 1.3 by schorsch, Wed Feb 2 00:17:35 2005 UTC vs.
Revision 1.8 by schorsch, Sat Jun 7 09:07:18 2008 UTC

# Line 1 | Line 1
1 < # platform specific settings for Linux
1 > # platform specific settings for Cygwin
2  
3   # where you want everything
4   [install]
# Line 9 | Line 9 | RAD_MANDIR:    share\man
9  
10   # shouldn't need any changes
11   [build]
12 < CC:        gcc
13 < CCFLAGS:   -O2 -Dfreebsd -DHDSUF=.exe
12 > CC:         gcc
13 > CPPDEFINES: freebsd HDSUF=.exe
14 > CCFLAGS:    -O2
15 > EZXML_CPPDEFINES: EZXML_NOMMAP
16  
17   [debug]
18 < CC:        gcc
19 < CCFLAGS:   -g -Dfreebsd -DHDSUF=.exe
18 > CC:         gcc
19 > CPPDEFINES: freebsd HDSUF=.exe
20 > CCFLAGS:    -g
21 > EZXML_CPPDEFINES: EZXML_NOMMAP
22  
23   # never touch below this
24   [code]
21 RAD_SPEED: -DSPEED=200
22 RAD_COMPAT: getpagesize.c
25   RAD_MATHCOMPAT: erf.c
26 < RAD_MEMCOMPAT:
26 > RAD_NETCOMPAT: netproc.c
27 > RAD_PROCESS: unix_process.c
28 > RAD_PCALLS: raypcalls.c
29   RAD_MLIB:   m
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines