source: issm/trunk-jpl-damage/externalpackages/metis/configs/4.0/win7/Makefile.in.patch@ 11413

Last change on this file since 11413 was 11413, checked in by cborstad, 13 years ago

merged changes 11330:11410 from trunk-jpl

File size: 358 bytes
Line 
13,5c3,5
2< CC = cl
3< OBJ_EXT=obj
4< LIB_EXT=lib
5---
6> CC = gcc
7> OBJ_EXT=o
8> LIB_EXT=a
98c8
10< OPTFLAGS = -DWIN32 -D__VC__
11---
12> OPTFLAGS = -DLINUX -fPIC
1316,17c16,24
14< # What tool to use to create library
15< LIB=lib.exe
16---
17> # What archiving to use
18> AR = ar rv
19>
20> # What to use for indexing the archive
21> RANLIB = ranlib
22> #RANLIB = ar -ts
23> #RANLIB =
24>
25>
Note: See TracBrowser for help on using the repository browser.