aboutsummaryrefslogtreecommitdiff
path: root/lib/sqfs/libsqfs.vcxproj
AgeCommit message (Collapse)Author
2020-04-02Fix msvc 64 bit build, cleanup configurationDavid Oberhollenzer
This fixes the msvc 64 bit build configuration which has been overlooked in the previous commit. The configuration is unified and the filters file (containing the layout of the files in the browser) is added. The common definitions are added to config.h. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
2020-04-01Add preliminary VisualStudio supportDavid Oberhollenzer
- Mostly workarounds/clutches in compat.h - Change getline return type to int - Replace C99 style flexible array with alloca - Add all the MSVC solution/project crap Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>