Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 6098 |
pd |
1 |
include ../MkRules
|
|
|
2 |
|
| 8641 |
ripley |
3 |
Rchtml-CFLAGS= -I "$(HHWDIR)/include"
|
| 6098 |
pd |
4 |
Rchtml-DLLFLAGS= -s
|
|
|
5 |
Rchtml-DLLLIBS= -L. -lhhctrl
|
|
|
6 |
|
|
|
7 |
all: libhhctrl.a ../../../bin/Rchtml.dll
|
|
|
8 |
|
|
|
9 |
libhhctrl.a : MkChmDll
|
|
|
10 |
$(ECHO) EXPORTS > hhctrl.def
|
|
|
11 |
$(ECHO) HtmlHelpA@16 >> hhctrl.def
|
|
|
12 |
$(DLLTOOL) --dllname hhctrl.ocx --def hhctrl.def --output-lib libhhctrl.a
|
|
|
13 |
|
|
|
14 |
../../../bin/Rchtml.dll: Rchtml.dll
|
|
|
15 |
$(CP) $^ $@
|
|
|
16 |
|
|
|
17 |
Rchtml.dll : Rchtml.o
|