| 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 |
| 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 |
| 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 |
|
|