Makefile.in 332 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = storage.dll16
6
IMPORTS   = uuid ole32 kernel32 kernel ntdll
7 8 9 10 11 12 13
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,ole32.dll

C_SRCS = storage.c

@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend