mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
MODULE = setx.exe
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|