Parent Directory
|
Revision Log
|
Patch
revision 2038 by ksteube, Fri Nov 14 00:12:58 2008 UTC | revision 2040 by phornby, Sat Nov 15 12:43:11 2008 UTC | |
---|---|---|
# | Line 274 if env['usepedantic']: env.Append(CCFLAG | Line 274 if env['usepedantic']: env.Append(CCFLAG |
274 | if IS_WINDOWS_PLATFORM: | if IS_WINDOWS_PLATFORM: |
275 | env.PrependENVPath('PATH', [env['boost_lib_path']]) | env.PrependENVPath('PATH', [env['boost_lib_path']]) |
276 | env.PrependENVPath('PATH', [env['libinstall']]) | env.PrependENVPath('PATH', [env['libinstall']]) |
277 | env.Append(CPPDEFINES = ['ESYSUTILS_STATIC_LIB']) | |
278 | ||
279 | if env['usenetcdf']: | if env['usenetcdf']: |
280 | env.PrependENVPath('PATH', [env['netCDF_lib_path']]) | env.PrependENVPath('PATH', [env['netCDF_lib_path']]) |
281 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |