I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects

WIP: Compatibility with Boost network abstractions

Open idk requested to merge wip-boost into master
3 files
+ 32
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
1
@@ -7,9 +7,13 @@ TARGET=libi2psam.a
$(TARGET): $(OBJS)
$(AR) $(ARFLAGS) $(TARGET) $(OBJS)
LOADLIBES=-L./ -li2psam
LOADLIBES=-L./ -li2psam -lboost_system -lboost_thread -lpthread
eepget: eepget.cpp $(TARGET)
export USE_BOOST=1
boost: boost.cpp $(TARGET)
clean:
$(RM) $(TARGET) $(OBJS) eepget
Loading