mirror of
https://github.com/rupertwh/bmplib.git
synced 2026-02-04 00:04:33 +00:00
* 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
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
wiki
|
|
_debug
|
|
_release
|
|
*.sublime-workspace
|
|
*.patch
|
|
.vs
|
|
[Dd]ebug
|
|
[Rr]elease
|
|
bmplib
|
|
gen-huffman
|
|
gen-reversebits
|