Files
bmplib-rupertwh/.gitignore
Rupert 052c5ade33 make it compile with MS Visual Studio
* add dll import/export declarations
* add casts to avoid compiler warnings
* fix long vs long long error, unearthed by compiling under Windows

Compiling with Visual Studio still needs some manual work that is
otherwise done by meson:
* create config.h
* compile and run gen-huffman.c and gen-reversebits.c to create the
  header files huffman-codes.h and reversebits.h

gitignore visual studio
2024-11-16 02:40:19 +01:00

12 lines
108 B
Plaintext

wiki
_debug
_release
*.sublime-workspace
*.patch
.vs
[Dd]ebug
[Rr]elease
bmplib
gen-huffman
gen-reversebits