Sweden-Number/dlls/jscript/Makefile.in

20 lines
325 B
Makefile
Raw Normal View History

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