Although we don't deploy these, we need to use them for debugging.
Reviewed-by: Brian Paul <brianp@vmware.com>
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
- $(GALLIUM_DRIVER_CFLAGS)
+ $(GALLIUM_DRIVER_CFLAGS) \
+ $(MSVC2008_COMPAT_CFLAGS)
noinst_LTLIBRARIES = libsoftpipe.la
env = env.Clone()
+env.MSVC2008Compat()
softpipe = env.ConvenienceLibrary(
target = 'softpipe',
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
- $(GALLIUM_DRIVER_CFLAGS)
+ $(GALLIUM_DRIVER_CFLAGS) \
+ $(MSVC2008_COMPAT_CFLAGS)
noinst_LTLIBRARIES = libtrace.la
env = env.Clone()
+env.MSVC2008Compat()
+
trace = env.ConvenienceLibrary(
target = 'trace',
source = env.ParseSourceList('Makefile.sources', 'C_SOURCES')