projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winedbg: Disassemble more Thumb instructions.
[wine]
/
programs
/
clock
/
Makefile.in
1
MODULE = clock.exe
2
APPMODE = -mwindows
3
IMPORTS = comdlg32 shell32 user32 gdi32
4
5
C_SRCS = \
6
main.c \
7
winclock.c
8
9
RC_SRCS = clock.rc
10
PO_SRCS = clock.rc
11
12
@MAKE_PROG_RULES@