From c0eece922a8c2c351a64ffd184e27c53dacfbe9e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 29 May 2004 20:22:38 +0000 Subject: [PATCH] 2.1.99-test5 released git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-48 --- ChangeLog | 2 ++ README.Windows | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 README.Windows diff --git a/ChangeLog b/ChangeLog index dd488de..ea59871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-05-29 Martin Mares + * Released as 2.1.99-test5. + * lib/pci.h: Windows don't have the standard u_int* types. * lib/internal.h: required on Windows for endianity diff --git a/README.Windows b/README.Windows new file mode 100644 index 0000000..3eca690 --- /dev/null +++ b/README.Windows @@ -0,0 +1,17 @@ +Since 2.1.99-test5, pciutils should also be compilable on Windows. + +However, you need to configure the package manually: + +lib/config.mk: + +ARCH_I386=1 +HAVE_PM_INTEL_CONF=1 +OS_WINDOWS=1 + +lib/config.h: + +#define ARCH_I386 +#define OS_WINDOWS +#define HAVE_PM_INTEL_CONF +#define PATH_PCI_IDS "pci.ids" +#define PCILIB_VERSION "2.1.99-test5" -- 2.39.2