*** empty log message ***
This commit is contained in:
parent
85ef6f2c1d
commit
6e59414bd6
2 changed files with 4 additions and 4 deletions
|
|
@ -81,8 +81,9 @@ DEPENDS=$(OBJS:.o=.d)
|
|||
|
||||
$(PROGRAM): $(OBJS) $(CANTERA_LIBDIR)/libcantera.a $(CANTERA_LIBDIR)/libzeroD.a
|
||||
$(CXX) -o $(PROGRAM) $(OBJS) $(LCXX_FLAGS) $(CANTERA_LIBS) \
|
||||
$(LINK_OPTIONS) $(EXT_LIBS) @LIBS@ $(FORT_LIBS) \
|
||||
$(LINK_OPTIONS) $(EXT_LIBS) @LIBS@ \
|
||||
$(LCXX_END_LIBS)
|
||||
# $(FORT_LIBS) \
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJS) $(PROGRAM)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#define IEEE_MC68k
|
||||
#define Arith_Kind_ASL 2
|
||||
#define Double_Align
|
||||
#define IEEE_8087
|
||||
#define Arith_Kind_ASL 1
|
||||
#define NANCHECK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue