There are two approaches to building extension modules on Windows, just as thereare on Unix: use the setuptools package to control the build process, ordo things manually. The setuptools approach works well for most extensions;documentation on using setuptools to build and package extension modulesis available in Building C and C++ Extensions with setuptools. If you find you really need to dothings manually, it may be instructive to study the project file for thewinsound standard library module.