COIN-OR::LEMON - Graph Library

Changeset 491:879c55700cd4 in lemon-main for lemon/Makefile.am


Ignore:
Timestamp:
02/16/09 16:03:32 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
492:b9b3473327e3, 493:3f0ddf255524, 498:afd134142111
Phase:
public
Message:

Wrap around the usages of windows.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r259 r491  
    1111        lemon/base.cc \
    1212        lemon/color.cc \
    13         lemon/random.cc
     13        lemon/random.cc \
     14        lemon/bits/windows.cc
    1415
    1516#lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
     
    4142        lemon/time_measure.h \
    4243        lemon/tolerance.h \
    43         lemon/unionfind.h
     44        lemon/unionfind.h \
     45        lemon/bits/windows.h
    4446
    4547bits_HEADERS += \
Note: See TracChangeset for help on using the changeset viewer.