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

Comparing ray/platform/README (file contents):
Revision 1.3 by schorsch, Thu Mar 10 01:44:51 2016 UTC vs.
Revision 1.4 by schorsch, Thu Mar 10 17:36:18 2016 UTC

# Line 105 | Line 105 | CC: gcc
105   CPPPATH:
106  
107    # Symbols to define for the preprocessor (example for Mingw)
108 < CPPDEFINES: freebsd HDSUF=.exe
108 >  # The symbol "RT_WINPROC" enables the use of our custom popen
109 >  # routine, which allows for pipelining, backslash-newline
110 >  # escapes, and some more functionality without the need for
111 >  # a unix shell.
112 > CPPDEFINES: freebsd HDSUF=.exe RT_WINPROC
113  
114    # Flags for the C preprocessor (example for gcc)
115   CPPFLAGS:  -O2 -Wall -Wno-uninitialized
# Line 117 | Line 121 | CCFLAGS: -pg
121   LIBPATH:
122  
123    # Flags for the linker (example for debug build on Windows)
124 < LINKFLAGS: /Yd
124 > LINKFLAGS: /DEBUG /INCREMENTAL:NO
125  
126    # Flags specific to  ezxml.c (example for cygwin/mingw)
127   EZXML_CPPDEFINES: EZXML_NOMMAP
# Line 125 | Line 129 | EZXML_CPPDEFINES: EZXML_NOMMAP
129    # Where to find an installed libtiff and its include files
130    # (Not needed when on a standard search path)
131    # If no libtiff is found here or on the standard paths, then
132 <  # Radiance will build its own.
132 >  # the executables "normtiff" and "ra_tiff" won't be built.
133   TIFFLIB:
134   TIFFINCLUDE:
135  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines