Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add watcom CL to make | Nicholas Tay | 2024-04-16 | 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 | ||||
* | Support win32 mingw cross-compile in make | Nicholas Tay | 2024-04-06 | 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. | ||||
* | Use wincrypt on msys2 | Nicholas Tay | 2023-05-07 | 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... | ||||
* | CRLF -> LF | Nicholas Tay | 2021-12-02 | 1 | -18/+18 |
| | |||||
* | Enforce C99 | Nicholas Tay | 2021-12-02 | 1 | -1/+1 |
| | |||||
* | Improve Makefile with changeable name + install function | Nicholas Tay | 2021-12-01 | 1 | -5/+12 |
| | |||||
* | Add makefile | Nicholas Tay | 2021-11-30 | 1 | -0/+11 |