Changeset 7940


Ignore:
Timestamp:
Aug 17, 2010, 12:52:25 PM (14 years ago)
Author:
habili
Message:

dll and so files are no longer deleted if compiled in different OS.

File:
1 edited

Legend:

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

    r7872 r7940  
    422422
    423423      if ext == '.c':
    424           for x in ['.dll', '.so']:
    425               try:
    426                   os.remove(root + x)
    427               except:
    428                   pass
     424          #for x in ['.dll', '.so']:
     425          #    try:
     426          #        os.remove(root + x)
     427          #    except:
     428          #        pass
    429429
    430430          print separation_line
Note: See TracChangeset for help on using the changeset viewer.