aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-16Add watcom CL to makeNicholas Tay1-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-06Support win32 mingw cross-compile in makeNicholas Tay1-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-07Use wincrypt on msys2Nicholas Tay1-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-02CRLF -> LFNicholas Tay1-18/+18
2021-12-02Enforce C99Nicholas Tay1-1/+1
2021-12-01Improve Makefile with changeable name + install functionNicholas Tay1-5/+12
2021-11-30Add makefileNicholas Tay1-0/+11