>>API should be in the form of static library.
There are two kinds of libraries -- static libraries and import libraries (or dlls). When you create a new win32 project you have a choice of Windows Application, Console Application, DLL or Static Library. Choose the last one.
I suppose they want you to convert your program into a DLL, which uses the static library you already have. How to do that will depend on your application program.