From: Pali Rohár Date: Sun, 26 Dec 2021 17:48:00 +0000 (+0100) Subject: win32: Remove old config.h and config.mk files X-Git-Tag: v3.8.0~81 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5c3e8e71f108c123650217d081124ff049723721;p=pciutils.git 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. --- 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