9 lines
99 B
Makefile
9 lines
99 B
Makefile
|
TESTDLL = mspatcha.dll
|
||
|
IMPORTS = mspatcha
|
||
|
|
||
|
C_SRCS = \
|
||
|
apply_patch.c
|
||
|
|
||
|
RC_SRCS = \
|
||
|
mspatcha.rc
|