Changeset 2138 for inundation/pmesh
- Timestamp:
- Dec 12, 2005, 2:49:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/compile.py
r2137 r2138 283 283 284 284 285 286 287 285 if __name__ == '__main__': 288 286 … … 318 316 print '--------------- Trying to compile c-extension %s' %filename 319 317 try: 318 if filename == 'triangmodule.c': 319 print "********** Manually doing dependancies **************" 320 compile(['triangmodule.c','triangle.c']) 321 else: 320 322 compile(filename) 321 323 except:
Note: See TracChangeset
for help on using the changeset viewer.