dexter410

Results 1 comments of dexter410

Hi, this configure.win file made it for me ``` #!/bin/sh echo 'PKG_LIBS=-LC:/python35/libs -lpython35' > src/makevars.win echo 'PKG_CFLAGS=-I"C:/Python35/include"' >> src/makevars.win ``` Sincerely, Dejan