We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd8541 commit 69a76b2Copy full SHA for 69a76b2
config/pin_base.mpb
@@ -4,7 +4,8 @@ project {
4
includes += $(PIN_ROOT)/source/include \
5
$(PIN_ROOT)/source/include/pin \
6
$(PIN_ROOT)/source/include/pin/gen \
7
- $(PIN_ROOT)/extras/components/include
+ $(PIN_ROOT)/extras/components/include \
8
+ $(PIN_ROOT)/extras/crt/include
9
10
macros += BIGARRAY_MULTIPLIER=1 USING_XED
11
@@ -86,7 +87,8 @@ feature(ia32) {
86
87
}
88
89
feature(intel64) {
- includes += $(PIN_ROOT)/extras/xed-intel64/include
90
+ includes += $(PIN_ROOT)/extras/xed-intel64/include \
91
+ $(PIN_ROOT)/extras/xed-intel64/include/xed
92
93
libpaths += $(PIN_ROOT)/intel64/lib \
94
$(PIN_ROOT)/intel64/lib-ext \
0 commit comments