repo.or.cz
/
wine
/
testsucceed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
user32: Destroy the unused buttons in a message box instead of only hiding them.
[wine/testsucceed.git]
/
dlls
/
jscript
/
Makefile.in
blob
647412c31d4bc9e19358421eab44d1bc6fc72e20
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
jscript.dll
6
IMPORTS
=
oleaut32 ole32 user32 advapi32 kernel32
7
8
RC_SRCS
=
\
9
jscript_Da.rc \
10
jscript_De.rc \
11
jscript_En.rc \
12
jscript_Es.rc \
13
jscript_Fr.rc \
14
jscript_It.rc \
15
jscript_Ko.rc \
16
jscript_Lt.rc \
17
jscript_Nl.rc \
18
jscript_Pl.rc \
19
jscript_Pt.rc \
20
jscript_Ru.rc \
21
jscript_Si.rc \
22
rsrc.rc
23
24
C_SRCS
=
\
25
activex.c \
26
array.c \
27
bool.c \
28
date.c \
29
dispex.c \
30
engine.c \
31
error.c \
32
function.c \
33
global.c \
34
jscript.c \
35
jscript_main.c \
36
jsutils.c \
37
lex
.c \
38
math.c \
39
number.c \
40
object.c \
41
regexp.c \
42
string.c
43
44
IDL_TLB_SRCS
=
jsglobal.idl
45
46
BISON_SRCS
=
\
47
parser.y
48
49
@MAKE_DLL_RULES@