Changeset 4493


Ignore:
Timestamp:
May 25, 2007, 10:02:03 PM (18 years ago)
Author:
steve
Message:

Testing eclipse settings

Location:
anuga_core/source/anuga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/examples/netherlands.py

    r4305 r4493  
    8484N = 600 #Size = 720000
    8585N = 50
    86 
    8786
    8887
  • anuga_core/source/anuga/utilities/compile.py

    r4448 r4493  
    127127    else: 
    128128      sharedflag = 'shared'
     129     
    129130    libext = 'dll'
    130131
     
    132133    dllfilename = 'python%s.dll' %(v)
    133134    libs = os.path.join(sys.exec_prefix,dllfilename)
     135
    134136     
    135137     
     
    151153      sharedflag = 'G'
    152154
    153            
     155   
     156       
    154157  # Find location of include files
    155158  #
     
    362365                  pass
    363366
    364           print '-------------------------------_-------'     
     367          print '---------------------------------------'     
    365368          print 'Trying to compile c-extension %s in %s'\
    366369                %(filename, os.getcwd())
Note: See TracChangeset for help on using the changeset viewer.