Added comments about EXE_EXT
This commit is contained in:
parent
ac2c285479
commit
10a5a98d31
1 changed files with 5 additions and 1 deletions
|
|
@ -447,10 +447,14 @@ GRAPHVIZDIR=${GRAPHVIZDIR:=" "}
|
|||
CXX_EXT=${CXX_EXT:=cpp}
|
||||
F77_EXT=${F77_EXT:=f}
|
||||
F90_EXT=${F90_EXT:=f90}
|
||||
#
|
||||
# Default extension for executable binaries. The default for unix systems
|
||||
# is the empty field. For windows systesms and cygwin, you should put
|
||||
# ".exe" .
|
||||
#
|
||||
EXE_EXT=${EXE_EXT:=}
|
||||
|
||||
|
||||
|
||||
CT_SHARED_LIB=${CT_SHARED_LIB:=clib}
|
||||
|
||||
# The font to use in reaction path diagrams. This must be a font name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue