pcireg: Rewrite PCI ID system to compress database with LHA

Database building has been moved away from the build process at least for now, due to the fact lha isn't packaged anywhere.
This commit is contained in:
RichardG867
2024-10-23 19:08:35 -03:00
parent 2345666fc7
commit db68540a58
12 changed files with 794 additions and 260 deletions

View File

@@ -66,7 +66,6 @@ jobs:
make -f Makefile.gcc clean all CC=i686-w64-mingw32-gcc CFLAGS=-I/usr/local/include LDFLAGS=-static LDAPPEND=-lcfgmgr32 CP437_CONV=y DEST=pciregw
make -f Makefile.gcc clean all CC=x86_64-w64-mingw32-gcc CFLAGS=-I/usr/local/include LDFLAGS=-static LDAPPEND=-lcfgmgr32 CP437_CONV=y DEST=pciregw64
make -f Makefile.gcc clean all CC=i686-linux-gnu-gcc CFLAGS=-I/usr/local/include LDFLAGS=-static
python3 pciids.py
- name: Build `usblgoff`
run: |
cd ${{ github.workspace }}/usblgoff