linking c++ with python via Makefile

im trying to link python to c++.
i am a beginner in programming both c++ and python.
im trying to do the linkage with Makefile in windows 7. right now i have an example that i dont know how to run. these are the files I have : _sum.cpp, _sum.h , Makefile, and a testsum.py to test it.
i have compiled the cpp files but i dont know how to make use of the Makefile. how to run and in which directory should i put it. any ideas?
Topic archived. No new replies allowed.