Changeset 4493
- Timestamp:
- May 25, 2007, 10:02:03 PM (18 years ago)
- Location:
- anuga_core/source/anuga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/netherlands.py
r4305 r4493 84 84 N = 600 #Size = 720000 85 85 N = 50 86 87 86 88 87 -
anuga_core/source/anuga/utilities/compile.py
r4448 r4493 127 127 else: 128 128 sharedflag = 'shared' 129 129 130 libext = 'dll' 130 131 … … 132 133 dllfilename = 'python%s.dll' %(v) 133 134 libs = os.path.join(sys.exec_prefix,dllfilename) 135 134 136 135 137 … … 151 153 sharedflag = 'G' 152 154 153 155 156 154 157 # Find location of include files 155 158 # … … 362 365 pass 363 366 364 print '------------------------------- _-------'367 print '---------------------------------------' 365 368 print 'Trying to compile c-extension %s in %s'\ 366 369 %(filename, os.getcwd())
Note: See TracChangeset
for help on using the changeset viewer.