The R Project SVN R

Rev

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

Rev 32475 Rev 36070
Line 4... Line 4...
4
Rchtml-DLLFLAGS= -s
4
Rchtml-DLLFLAGS= -s
5
Rchtml-DLLLIBS= -L. $(LIBUNICOWS) -lhhctrl
5
Rchtml-DLLLIBS= -L. $(LIBUNICOWS) -lhhctrl
6
 
6
 
7
all: libhhctrl.a ../../../bin/Rchtml.dll
7
all: libhhctrl.a ../../../bin/Rchtml.dll
8
 
8
 
-
 
9
## need -k as hhctrl exports HtmlHelpA
9
libhhctrl.a : MkChmDll
10
libhhctrl.a : MkChmDll
10
	$(ECHO) EXPORTS > hhctrl.def
11
	$(ECHO) EXPORTS > hhctrl.def
11
	$(ECHO) HtmlHelpA@16 >> hhctrl.def
12
	$(ECHO) HtmlHelpA@16 >> hhctrl.def
12
	$(DLLTOOL) --dllname hhctrl.ocx  --def hhctrl.def --output-lib libhhctrl.a
13
	$(DLLTOOL) -k --dllname hhctrl.ocx  --def hhctrl.def --output-lib libhhctrl.a
13
 
14
 
14
../../../bin/Rchtml.dll: Rchtml.dll
15
../../../bin/Rchtml.dll: Rchtml.dll
15
	$(CP) $^ $@
16
	$(CP) $^ $@
16
 
17
 
17
Rchtml.dll : Rchtml.o
18
Rchtml.dll : Rchtml.o