projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
user32: Rename GetKeyboardLayout param; it's a thread ID, not a layout.
[wine]
/
programs
/
xcopy
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = xcopy.exe
3
APPMODE = -mconsole -municode -mno-cygwin
4
IMPORTS = shell32 user32
5
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6
MODCFLAGS = @BUILTINFLAG@
7
8
C_SRCS = \
9
xcopy.c
10
11
RC_SRCS = xcopy.rc
12
PO_SRCS = xcopy.rc
13
14
@MAKE_PROG_RULES@