Changeset 11436
- Timestamp:
- 02/14/12 11:47:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/intel-compile.sh
r1430 r11436 8 8 9 9 #First compile. 10 make10 #make 11 11 12 12 #Then change the names … … 19 19 #Now create the library out the .obj files 20 20 rm -rf libISSM.a 21 ar crulibISSM.a *.obj21 lib.exe /out:libISSM.a *.obj
Note:
See TracChangeset
for help on using the changeset viewer.