2000-07-15 12:06:18 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libwinloader.la
|
|
|
|
|
2001-01-14 21:55:41 +00:00
|
|
|
# compiler manages to screw something up here... must reduce optimizations
|
2001-04-16 21:43:28 +00:00
|
|
|
CFLAGS += -O0 -funroll-loops
|
2001-01-01 08:43:22 +00:00
|
|
|
|
2001-04-16 21:43:28 +00:00
|
|
|
libwinloader_la_SOURCES = win32.c driver.c elfdll.c ext.c module.c \
|
2001-01-01 08:43:22 +00:00
|
|
|
pe_image.c pe_resource.c registry.c resource.c stubs.s vfl.c afl.c
|
2000-07-15 12:06:18 +00:00
|
|
|
|
2001-04-16 21:43:28 +00:00
|
|
|
noinst_HEADERS = wineacm.h win32.h registry.h avifmt.h
|
2000-07-15 12:06:18 +00:00
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
DEFINES=-rdynamic -fPIC -D__WINE__ -Ddbg_printf=__vprintf -DTRACE=__vprintf
|
2001-01-14 21:55:41 +00:00
|
|
|
CFLAGS += $(DEFINES)
|