add CHM creation to Makefile

svn path=/trunk/; revision=6511
This commit is contained in:
Martin Fuchs 2003-11-02 11:06:30 +00:00
parent 97ee1909b6
commit f1cf86e42b
2 changed files with 7 additions and 2 deletions

View file

@ -69,8 +69,12 @@ all: buildno.h $(TARGET)
docu: doxy-footer.html
doxygen Doxyfile
full-docu:
full-docu: docu
-cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
cmd /c move /y doxy-doc\html\index.chm ros-explorer.chm
doxygen Doxyfile-all
-cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
cmd /c move /y doxy-doc\html\index.chm ros-explorer-full.chm
doxy-footer.html: ever
updatefooter

View file

@ -47,12 +47,13 @@ extern struct ExplorerGlobals
#define LOG(x) if (g_Globals._log) _ftprintf(g_Globals._log, TEXT("%s\n"), (LPCTSTR)(x));
/// conventient loading of string resources
/// convenient loading of string resources
struct ResString : public String
{
ResString(UINT nid);
};
///
struct ResIcon
{
ResIcon(UINT nid);