Batchmake developers
From KitwarePublic
Revision as of 19:53, 21 January 2008 by Matthieu (talk | contribs) (→Add new command to BatchMake)
Documentation for Developers.
Add new command to BatchMake
- Add a new class (bmScriptNewCommadAction.h, and bmScriptNewCommadAction.cxx)
- Don't forget to add it to the CMakeLists
- In the header file bmScriptActionManager.h :
- Include the header of your class
#include "bmScriptNewCommadAction.h"
- In the GetKeywordList() function, add a new keyword
BM_NEWKEYWORD(_list, DownloadXcedeDataSet);