mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
MODULE = clock.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = comdlg32 shell32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
winclock.c
|
|
|
|
RC_SRCS = clock.rc
|