• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Compile plugin with multiple files

Woli

New member
Messages
8
Points
0
Hello, my friend has written a plugin on Windows, and organized his work with multiple .c files.

At the root of src/plugins there's roborne.c which is our entry point, and then there's a roborne_plugin directory which contains various other .c files necessary to make the plugin work.

Unfortunately, on our Linux server, `make plugin.roborne` fails because he can't find those dependencies.

Our server release depend on this so any help would be greatly appreciated. Thanks a lot ❤️

 
Back
Top