repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 1.3.2.
[wine/gsoc-2012-control.git]
/
programs
/
xcopy
/
Makefile.in
blob
ea76a16ccefc74be176d5963b24ea650c13552ed
1
EXTRADEFS
= -
DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
xcopy.exe
7
APPMODE
= -
mconsole
-
municode
-
mno-cygwin
8
IMPORTS
=
shell32 user32
9
EXTRAINCL
= -
I
$(
TOPSRCDIR
)/
include
/
msvcrt
10
MODCFLAGS
=
@BUILTINFLAG@
11
12
C_SRCS
=
\
13
xcopy.c
14
15
RC_SRCS
=
\
16
Da.rc \
17
De.rc \
18
En.rc \
19
Fr.rc \
20
It.rc \
21
Ja.rc \
22
Ko.rc \
23
Lt.rc \
24
Nl.rc \
25
No.rc \
26
Pl.rc \
27
Pt.rc \
28
Ro.rc \
29
Ru.rc \
30
Si.rc \
31
Sv.rc \
32
Uk.rc
33
34
@MAKE_PROG_RULES@