Hi all,
Sorry for my stupid question, I just created a module under modules/access and it compiled fine. However, I didn't see it, e.g. libaccess_myModule_plugin.dll, in the plugins folder after "make package-win32-base", but libaccess_myModule_plugin.la and libaccess_myModule_plugin_la-myModule.lo in modules/access folder.
What I did was that added SOURCES_access_myModule = myModule.c and libvlc_LTLIBRARIES += libaccess_myModule_plugin.la to modules/access/Modules.am
Is there anything I missed? Please tell me how I can make my module a DLL.
Thank you very much in advance!
Tihctw