Changeset 2511
- Timestamp:
- Mar 9, 2006, 2:37:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/triangle/compile.py
r2142 r2511 7 7 import compile 8 8 compile.compile(<filename>,..) 9 10 SPECIAL VERSION FOR TRIANGLE ! 9 11 10 12 Ole Nielsen, Oct 2001 … … 191 193 # Compile 192 194 # 193 s = "%s -c %s -I%s -o %s.o - Wall -O3 -DTRILIBRARY=1 -DNO_TIMER=1" %(compiler, FN, include, root)195 s = "%s -c %s -I%s -o %s.o -O3 -DTRILIBRARY=1 -DNO_TIMER=1" %(compiler, FN, include, root) 194 196 195 197 if os.name == 'posix' and os.uname()[4] == 'x86_64': … … 314 316 try: 315 317 if filename == 'triang.c': 316 print "********** Manually doing depend ancies **************"318 print "********** Manually doing dependencies **************" 317 319 compile(['triang.c','triangle.c']) 318 320 else:
Note: See TracChangeset
for help on using the changeset viewer.