
A/W conversion code, remove useless (and wrong) hungarian notation from function prototypes.
13 lines
200 B
Makefile
13 lines
200 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = hhctrl.ocx
|
|
IMPORTS = shell32 user32 kernel32
|
|
|
|
C_SRCS = hhctrl.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|