Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-16 | Add watcom CL to make | Nicholas Tay | 1 | -0/+4 | |
I got the crosscompile working from linux but ideally more changes coming to get it to work compiling from DOS/Win311 itself | |||||
2024-04-06 | Support win32 mingw cross-compile in make | Nicholas Tay | 1 | -0/+5 | |
Required a slight mod to Windows.h to be lower case so it works on Linux mingw. Turns out it's case-insensitive on Windows MSVC/MSYS. | |||||
2023-05-07 | Use wincrypt on msys2 | Nicholas Tay | 1 | -1/+1 | |
Not sure what I was using, this actually does work. Maybe I was just missing the package in the w32api headers in the past... | |||||
2021-12-02 | CRLF -> LF | Nicholas Tay | 1 | -18/+18 | |
2021-12-02 | Enforce C99 | Nicholas Tay | 1 | -1/+1 | |
2021-12-01 | Improve Makefile with changeable name + install function | Nicholas Tay | 1 | -5/+12 | |
2021-11-30 | Add makefile | Nicholas Tay | 1 | -0/+11 | |