repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdi32: Construct the EGA palette from the default palette.
[wine.git]
/
dlls
/
jscript
/
Makefile.in
blob
36268ab41645516e9f8e5c2be9fdea91bf3a216f
1
MODULE
=
jscript.dll
2
IMPORTS
=
oleaut32 ole32 user32 advapi32
3
4
C_SRCS
=
\
5
activex.c \
6
array.c \
7
bool.c \
8
date.c \
9
dispex.c \
10
engine.c \
11
error.c \
12
function.c \
13
global.c \
14
jscript.c \
15
jscript_main.c \
16
jsutils.c \
17
lex
.c \
18
math.c \
19
number.c \
20
object.c \
21
regexp.c \
22
string.c \
23
vbarray.c
24
25
RC_SRCS
=
jscript.rc
26
PO_SRCS
=
jscript.rc
27
28
IDL_TLB_SRCS
=
jsglobal.idl
29
IDL_R_SRCS
=
jscript_classes.idl
30
IDL_H_SRCS
=
jscript_classes.idl
31
32
BISON_SRCS
=
\
33
parser.y
34
35
@MAKE_DLL_RULES@