Changeset 4426


Ignore:
Timestamp:
May 15, 2007, 4:01:09 PM (18 years ago)
Author:
ole
Message:

Changed compiler name to gcc.exe for Win32 platforms following recommendation from Rudy van Drie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/compile.py

    r3791 r4426  
    119119      compiler = CC
    120120    else: 
    121       compiler = 'gcc'
     121      compiler = 'gcc.exe'  #Some systems require this (perhaps a security measure?)
    122122    if LD:
    123123      loader = LD
Note: See TracChangeset for help on using the changeset viewer.