8 lines
87 B
Makefile
8 lines
87 B
Makefile
|
MODULE = rasdlg.dll
|
||
|
IMPORTLIB = rasdlg
|
||
|
|
||
|
C_SRCS = \
|
||
|
rasdlg_main.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|