>
> The double-quote problem strike again apparently:

Please try

intlenv['CCFLAGS'] = intlenv['C_CCFLAGS'].split()

instead of removing it. This line is needed for msvc.

   # we need the original C compiler for these files
   intlenv['CC'] = intlenv['C_COMPILER']
-  intlenv['CCFLAGS'] = intlenv['C_CCFLAGS']
+  # intlenv['CCFLAGS'] = intlenv['C_CCFLAGS']
   intlenv['CPPPATH'] += ['intl']

   intlenv.Append(CCFLAGS = [

Reply via email to