Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Code Snippets post build steps
Alpha:
--- Quote from: jens on February 27, 2012, 08:18:19 am ---These plugins do not run C::B's core update[.bat]-script !
--- End quote ---
--- Quote from: Pecan on February 27, 2012, 12:26:50 pm ---Is there a reason you say it's unsuccessful. It works here.
--- End quote ---
Sorry, I had gotten confused reading the log output (or lack thereof :) > nul 2>&1). If it is unwanted to have the commands themselves in the post build steps:
--- Code: ---$(CMD_RM) ..\..\..\output\share\CodeBlocks\plugins\codesnippets.exe
zip -j9 ..\..\..\devel\share\CodeBlocks\codesnippets.zip manifest.xml
$(CMD_MKDIR) ..\..\..\devel\share\CodeBlocks\images\codesnippets
$(CMD_CP) .\resources\*.png ..\..\..\devel\share\CodeBlocks\images\codesnippets\
$(CMD_MKDIR) ..\..\..\output\share\CodeBlocks\images\codesnippets
$(CMD_CP) .\resources\*.png ..\..\..\output\share\CodeBlocks\images\codesnippets\
--- End code ---
then perhaps it would be useful to add an explanatory echo to the beginning of the update.bat (for example echo Copying resources) to prevent unnecessary reports from people like me.
Navigation
[0] Message Index
[*] Previous page
Go to full version