netstat: Initial implementation.
[wine] / dlls / ntprint / Makefile.in
1 MODULE    = ntprint.dll
2 IMPORTS   = winspool
3
4 C_SRCS = \
5         ntprint.c
6
7 RC_SRCS = ntprint.rc
8
9 @MAKE_DLL_RULES@