mirror of
https://github.com/reactos/wine.git
synced 2025-01-07 11:51:28 +00:00
cc8c205adb
- Paint to offscreen bitmap to eliminate flicker. - Put 'Always on top' on the main menu not the system menu. - Date format should be DATE_LONGDATE. - L button drag to move. - Cosmetic adjustments.
22 lines
328 B
Makefile
22 lines
328 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = clock.exe
|
|
APPMODE = gui
|
|
IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
|
|
|
|
LICENSELANG = En
|
|
|
|
C_SRCS = \
|
|
license.c \
|
|
main.c \
|
|
winclock.c \
|
|
$(LICENSELANG:%=License_%.c)
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|