repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wined3d: Use the FBO cache in stretch_rect_fbo().
[wine/hramrach.git]
/
programs
/
start
/
Makefile.in
blob
7fe99cc5e5c3901163a0a7bebc0ebcf38da63895
1
EXTRADEFS
= -
DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
start.exe
7
APPMODE
= -
mconsole
-
municode
8
IMPORTS
=
shell32 user32 kernel32
9
10
C_SRCS
=
start.c
11
12
RC_SRCS
=
\
13
Cs.rc \
14
De.rc \
15
En.rc \
16
Es.rc \
17
Fr.rc \
18
It.rc \
19
Ja.rc \
20
Ko.rc \
21
Lt.rc \
22
Nl.rc \
23
No.rc \
24
Pl.rc \
25
Pt.rc \
26
Ru.rc \
27
Si.rc \
28
Tr.rc
29
30
@MAKE_PROG_RULES@