wine/dlls/jscript/Makefile.in

19 lines
313 B
Makefile
Raw Normal View History

2008-03-08 23:07:57 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = jscript.dll
IMPORTS = kernel32
RC_SRCS = rsrc.rc
2008-03-08 23:07:57 +00:00
C_SRCS = \
jscript.c \
2008-03-08 23:07:57 +00:00
jscript_main.c
2008-08-25 10:02:57 +00:00
IDL_TLB_SRCS = jsglobal.idl
2008-03-08 23:07:57 +00:00
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend