Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
cbMakefileGen plugin
stahta01:
--- Quote from: kisoft on July 27, 2007, 08:46:01 am ---Thank you.
I have no time now for update my plugin. But work is not stopped and to be continued later.
--- End quote ---
Would you welcome patches to your plugin?
What license is it under?
Tim S
kisoft:
--- Quote from: stahta01 on July 27, 2007, 08:26:08 pm ---Would you welcome patches to your plugin?
What license is it under?
Tim S
--- End quote ---
Patches welcomed of course. But I have a local repository only. I am ready create global repository if required.
License: GPL. Open source.
Vorl:
Hello
I think that this plugin will be really usefull.
Do you plan to improve it ? I have noticed that it does not handle dependences (?) and that it use absolute paths. Would be very great to have these two points fixed :roll:
stahta01:
--- Quote from: kisoft on July 30, 2007, 07:27:11 am ---Patches welcomed of course. But I have a local repository only. I am ready create global repository if required.
License: GPL. Open source.
--- End quote ---
I think it would help if you uploaded the zip file to a site to download from instead using a attachment in this thread.
Or, it would be better if you did an SVN or CVS repository, but I think for now just a file download would be enough.
I myself use http://www.savefile.com to share files, but they is many other free sites.
Tim S
Simple patch to add Virtual "All" Target
--- Code: ---diff --unified=3 --recursive --ignore-file-name-case --ignore-space-change --ignore-blank-lines --exclude='*.bak' cbmakegen.orig/cbmakegen.cbp cbmakegen/cbmakegen.cbp
--- cbmakegen.orig/cbmakegen.cbp 2007-06-22 11:11:48.000000000 -0400
+++ cbmakegen/cbmakegen.cbp 2007-08-01 20:50:44.890625000 -0400
@@ -46,6 +46,9 @@
</ExtraCommands>
</Target>
</Build>
+ <VirtualTargets>
+ <Add alias="All" targets="default;" />
+ </VirtualTargets>
<Unit filename="Makefile.cpp">
<Option weight="30" />
</Unit>
--- End code ---
kisoft:
--- Quote from: Vorl on August 01, 2007, 07:12:18 pm ---Hello
I think that this plugin will be really usefull.
Do you plan to improve it ? I have noticed that it does not handle dependences (?) and that it use absolute paths. Would be very great to have these two points fixed :roll:
--- End quote ---
I do registered on BerliOS and create project cbMakefileGen for support this project. Now I wait for update BerliOS configs.
About absolute paths:
I don't use a project options for resolve absolute or relative pathname now. I would check this project options for resolve pathnames.
About dependences:
My investigations is empty, I can't found possibility for get dependences for files now. If you knows, get me information.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version