COIN-OR::LEMON - Graph Library

Changeset 1295:02a403c305b9 in lemon-0.x for src/work/athos/lp/Makefile


Ignore:
Timestamp:
04/04/05 10:03:43 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1729
Message:
  • Modifications to compile with *both* gcc-3.3 and gcc-3.4
  • Adjust further SolutionType?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/work/athos/lp/Makefile

    r1263 r1295  
    1515
    1616lp_test: lp_test.o lp_base.o lp_solver_skeleton.o lp_glpk.o
    17         g++ -o $@ $^ -lglpk
     17        $(CXX) -o $@ $^ -lglpk
Note: See TracChangeset for help on using the changeset viewer.