The R Project SVN R

Rev

Rev 6098 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6098 Rev 36901
Line 2... Line 2...
2
Can be built with VC++6 by
2
Can be built with VC++6 by
3
cl /MT /Ox /c Rchtml.c
3
cl /MT /Ox /c Rchtml.c
4
link /dll /out:Rchtml.dll Rchtml.obj user32.lib htmlhelp.lib advapi32.lib
4
link /dll /out:Rchtml.dll Rchtml.obj user32.lib htmlhelp.lib advapi32.lib
5
*/
5
*/
6
 
6
 
-
 
7
#define WIN32_LEAN_AND_MEAN 1
7
#include <windows.h>
8
#include <windows.h>
8
#include <htmlhelp.h>
9
#include <htmlhelp.h>
9
 
10
 
10
static char htmlref[256];
11
static char htmlref[256];
11
 
12