Mac: Compiling plugins individually

Questions, comments, and news on the server side plug-ins and it's API
Post Reply
User avatar
the panda next door
Private First Class
Private First Class
Posts: 42
Joined: Sun Mar 16, 2008 3:55 am
Location: Las Vegas

Mac: Compiling plugins individually

Post by the panda next door »

Is there a way to individually compile plugins?

I have tried:

Code: Select all

g++ -c -o <pluginname> -I <path> <plugin> 
then

Code: Select all

bzfs-2.99 -dd -loadplugin <path>
but bzfs fails to load the plugin.
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

you need more then just a single gcc command to build a plugin. they need more files then just the one Cpp file.

after you have done a full build, you should be able to rebuild a single plugin in the trunk branch by simply going into the dir and doing the "make" command.
ImageJeffM
Post Reply