loaders: BMP palette formats are loaded correctly.
[gfxprim.git] / config.mk
blob97186699bc2c3265744f597d124e416ed3a94b73
1 include $(TOPDIR)/config.gen.mk
2 CFLAGS+=-I$(TOPDIR)/include/
4 # path to local module directory
5 PYLIBSDIR=$(TOPDIR)/pylib
7 # To test with other python versions (example):
8 #PYTHON_BIN=${TOPDIR}/virtualpy2.4/bin/python
10 # Command to run Python with pylib/ modules
11 PYTHON=PYTHONPATH=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror