Make functions static.
[wine] / dlls / dmscript / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmscript.dll
6 IMPORTLIB = libdmscript.$(IMPLIBEXT)
7 IMPORTS   = ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
9
10 C_SRCS = \
11         dmscript_main.c \
12         regsvr.c \
13         script.c \
14         scripttrack.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@
19
20 ### Dependencies: