11 lines
239 B
Plaintext
Executable File
11 lines
239 B
Plaintext
Executable File
include $(MAKEDIR)/Makefile.base
|
|
|
|
PROJECTS := libs/python/src libs/python/src/converter libs/python/src/object
|
|
INCPATH := -I . -I ../../Include/python
|
|
LIBFILE := libboost-python.a
|
|
COPYTO := ../../sdk/lib
|
|
|
|
include $(MAKEDIR)/Makefile.lib
|
|
|
|
|