mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
MODULE = clock.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = comdlg32 shell32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
winclock.c
|
|
|
|
RC_SRCS = clock.rc
|
|
PO_SRCS = clock.rc
|
|
|
|
@MAKE_PROG_RULES@
|