aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools-ng.sln
AgeCommit message (Collapse)Author
2020-04-08Add msvc projects for utility programsfeature/goliath/msvcDavid Oberhollenzer
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
2020-04-02Import the remaining utility files into VisualStudio projectDavid Oberhollenzer
- The libcommon print verion function requires the PACKAGE_NAME and PACKAGE_VERSION defines. Those are added manually to the msvc stub of config.h. - Also, libcommon cannot directly include getopt.h - libfstree needs to change the return type for getline 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>