wine/programs/clock/Makefile.in
Richard Cohen cc8c205adb - Implement 'Choose font', 'No title', 'Always on Top'.
- 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.
2003-12-08 22:23:03 +00:00

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: