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.1 by schorsch, Tue Oct 21 19:27:28 2003 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 + CPPDEFINES: freebsd HDSUF=.exe
20 + CCFLAGS:    -g
21 + EZXML_CPPDEFINES: EZXML_NOMMAP
22 +
23   # never touch below this
24   [code]
25 < RAD_SPEED: -DSPEED=200
26 < RAD_COMPAT: bmalloc.c erf.c getpagesize.c
25 > RAD_MATHCOMPAT: erf.c
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