d3d8/tests: Test the presentation parameters after creating a device.
[wine.git] / libs / zydis / Makefile.in
blobb47f060ba2d8bb7fde0c8a795ebc442252e4177d
1 EXTLIB = libzydis.a
2 EXTRAINCL = $(ZYDIS_PE_CFLAGS) -I$(srcdir)/src
3 EXTRADEFS = -DNDEBUG
5 SOURCES = \
6 src/Decoder.c \
7 src/DecoderData.c \
8 src/Disassembler.c \
9 src/Formatter.c \
10 src/FormatterATT.c \
11 src/FormatterBase.c \
12 src/FormatterBuffer.c \
13 src/FormatterIntel.c \
14 src/Mnemonic.c \
15 src/Register.c \
16 src/SharedData.c \
17 src/String.c \
18 src/Utils.c \
19 src/Zydis.c