Jeff Latimer lats@yless4u.com.au writes:
--- /dev/null +++ b/dlls/hnetcfg/Makefile.in @@ -0,0 +1,14 @@ +TOPSRCDIR = ../.. +TOPOBJDIR = ../.. +SRCDIR = .
+MODULE = hnetcfg.dll +IMPORTS = kernel32 +IMPORTLIB = libhnetcfg.$(IMPLIBEXT)
+C_SRCS = \
hnetcfg.c
+@MAKE_DLL_RULES@
+@DEPENDENCIES@ # everything below this line is overwritten by make depend
That's not a valid Makefile.in.