Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Missing resource in CodeBlocks project
daniloz:
Hi,
I just figure out that the resource file for the autosave contrib plugin (autosave.xrc) is missing in the project file of CodeBlock, win version. I'm using the latest version from svn trunk rev. 7031.
So, I added the following to my project:
--- Code: ---<Unit filename="plugins\autosave\autosave.xrc">
<Option target="Autosave" />
</Unit>
--- End code ---
Maybe one of the devs can commit this... :-)
oBFusCATed:
Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
daniloz:
--- Quote from: oBFusCATed on February 28, 2011, 03:19:55 pm ---Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
--- End quote ---
I know... :-)
However, I have quite some more changes in my C::B project, it's not that easy... But I'll do it and attach the patch here until the end of day...
Jenna:
--- Quote from: daniloz on February 28, 2011, 03:33:42 pm ---
--- Quote from: oBFusCATed on February 28, 2011, 03:19:55 pm ---Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
--- End quote ---
I know... :-)
However, I have quite some more changes in my C::B project, it's not that easy... But I'll do it and attach the patch here until the end of day...
--- End quote ---
No need to create/attach the patch.
I just committed the changes (linux and windows) (svn r7032).
daniloz:
--- Quote from: jens on February 28, 2011, 03:46:44 pm ---No need to create/attach the patch.
I just committed the changes (linux and windows) (svn r7032).
--- End quote ---
Thanks a lot!
Navigation
[0] Message Index
[#] Next page
Go to full version