projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Dutch translation of progman.
[wine]
/
programs
/
clock
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = clock.exe
6
APPMODE = gui
7
IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
8
9
LICENSELANG = En
10
11
C_SRCS = \
12
language.c \
13
license.c \
14
main.c \
15
winclock.c \
16
$(LICENSELANG:%=License_%.c)
17
18
RC_SRCS = rsrc.rc
19
20
@MAKE_PROG_RULES@
21
22
### Dependencies: