mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
12 lines
178 B
Makefile
12 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@
|