xref: /pciutils/README.Windows (revision c0eece92)
1Since 2.1.99-test5, pciutils should also be compilable on Windows.
2
3However, you need to configure the package manually:
4
5lib/config.mk:
6
7ARCH_I386=1
8HAVE_PM_INTEL_CONF=1
9OS_WINDOWS=1
10
11lib/config.h:
12
13#define ARCH_I386
14#define OS_WINDOWS
15#define HAVE_PM_INTEL_CONF
16#define PATH_PCI_IDS "pci.ids"
17#define PCILIB_VERSION "2.1.99-test5"
18