vnpy/makefile.inc

6 lines
189 B
PHP
Raw Normal View History

2015-10-10 03:16:45 +00:00
CXX = g++
LIBRARIES = -lboost_thread -lboost_python -lpython2.7
COMMON_FLAGS = -D__GNU__ -fPIC
INCLUDE = -I/usr/include/python2.7/
ROOTPATH = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))