From 5c3e8e71f108c123650217d081124ff049723721 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Sun, 26 Dec 2021 18:48:00 +0100 Subject: [PATCH] win32: Remove old config.h and config.mk files These files are old and cannot be used for compiling pcitutils anymore (e.g. they use non-existent option TOOLPREFIX). As configure script now works fine also for Windows build, remove these old win32 config files. --- win32/config.h | 6 ------ win32/config.mk | 13 ------------- 2 files changed, 19 deletions(-) delete mode 100644 win32/config.h delete mode 100644 win32/config.mk diff --git a/win32/config.h b/win32/config.h deleted file mode 100644 index 455deac..0000000 --- a/win32/config.h +++ /dev/null @@ -1,6 +0,0 @@ -#define PCI_ARCH_I386 -#define PCI_OS_WINDOWS -#define PCI_HAVE_PM_INTEL_CONF -#define PCI_IDS "pci.ids" -#define PCI_PATH_IDS_DIR "." -#define PCILIB_VERSION "@VERSION@" diff --git a/win32/config.mk b/win32/config.mk deleted file mode 100644 index 0ae65a7..0000000 --- a/win32/config.mk +++ /dev/null @@ -1,13 +0,0 @@ -# TOOLPREFIX is for cross compiling - -CC=$(TOOLPREFIX)gcc -LD=$(TOOLPREFIX)ld -AR=$(TOOLPREFIX)ar -RANLIB=$(TOOLPREFIX)ranlib - -PCI_ARCH_I386=yes -PCI_OS_WINDOWS=yes -PCI_HAVE_PM_INTEL_CONF=yes - -PCILIB=$(LIBNAME).a -PCILIBPC=$(LIBNAME).pc -- 2.39.2