Changeset 3791 for anuga_core/source/anuga/utilities/compile.py
- Timestamp:
- Oct 16, 2006, 2:34:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/compile.py
r3560 r3791 271 271 try: 272 272 err=os.system(s) 273 if err != 0: 274 273 if err != 0: 274 raise 'Atempting to link %s failed - please try manually' %root1 275 275 except: 276 276 raise 'Could not link %s - please try manually' %root1 … … 341 341 342 342 if ext <> '.c': 343 343 print 'WARNING (compile.py): Skipping %s. I only compile C-files.' %filename 344 344 345 345 else:
Note: See TracChangeset
for help on using the changeset viewer.