From f1cf86e42b78de1146083f36257772d76f3ff834 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 2 Nov 2003 11:06:30 +0000 Subject: [PATCH] add CHM creation to Makefile svn path=/trunk/; revision=6511 --- reactos/subsys/system/explorer/Makefile | 6 +++++- reactos/subsys/system/explorer/globals.h | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index f3cde812cf3..450ae13eb02 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -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 diff --git a/reactos/subsys/system/explorer/globals.h b/reactos/subsys/system/explorer/globals.h index fe361f6ad62..3e607c3e955 100644 --- a/reactos/subsys/system/explorer/globals.h +++ b/reactos/subsys/system/explorer/globals.h @@ -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);