2003-11-27 02:10:26 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = unicows.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libunicows.$(IMPLIBEXT)
|
2004-12-16 15:43:54 +01:00
|
|
|
IMPORTS = avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool \
|
2005-02-22 15:49:43 +01:00
|
|
|
rasapi32 secur32 sensapi version user32 mpr gdi32 advapi32 kernel32
|
2003-11-27 02:10:26 +01:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|