Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-02 | Fix msvc 64 bit build, cleanup configuration | David 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-01 | Add preliminary VisualStudio support | David 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> |