ofxKinect under win codeblocks compiling problems

Hi OF people,

Has anybody had success running ofxKinect under win codeblocks?

I can compile all the files but in the linking process I get:

obj\release\addons\ofxKinect\libs\libfreenect\usb_libusb10.o:usb_libusb10.c|| undefined reference to libusb\_submit\_transfer@4'| obj\release\addons\ofxKinect\libs\libfreenect\usb\_libusb10.o:usb\_libusb10.c|| undefined reference tolibusb_submit_transfer@4’|
obj\release\addons\ofxKinect\libs\libfreenect\usb_libusb10.o:usb_libusb10.c|| undefined reference to `libusb_get_device_list@8’|

I include in the linker settings:
…\addons\ofxKinect\libs\libfreenect\lib\vs2010\freenect.lib

Does anybody now if the libusb functions are included in the compiled library provided in the addon?
Is it necessary to install somehow libusb under windows to make the project to link the library?

Regards.