mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:15:39 +00:00
add CHM creation to Makefile
svn path=/trunk/; revision=6511
This commit is contained in:
parent
97ee1909b6
commit
f1cf86e42b
2 changed files with 7 additions and 2 deletions
|
@ -69,8 +69,12 @@ all: buildno.h $(TARGET)
|
||||||
docu: doxy-footer.html
|
docu: doxy-footer.html
|
||||||
doxygen Doxyfile
|
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
|
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
|
doxy-footer.html: ever
|
||||||
updatefooter
|
updatefooter
|
||||||
|
|
|
@ -47,12 +47,13 @@ extern struct ExplorerGlobals
|
||||||
#define LOG(x) if (g_Globals._log) _ftprintf(g_Globals._log, TEXT("%s\n"), (LPCTSTR)(x));
|
#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
|
struct ResString : public String
|
||||||
{
|
{
|
||||||
ResString(UINT nid);
|
ResString(UINT nid);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
///
|
||||||
struct ResIcon
|
struct ResIcon
|
||||||
{
|
{
|
||||||
ResIcon(UINT nid);
|
ResIcon(UINT nid);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue