mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
|
MODULE = aspnet_regiis.exe
|
||
|
APPMODE = -mconsole -municode
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
@MAKE_PROG_RULES@
|