aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add watcom CL to makeNicholas Tay2024-04-161-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 makeNicholas Tay2024-04-061-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 msys2Nicholas Tay2023-05-071-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 -> LFNicholas Tay2021-12-021-18/+18
|
* Enforce C99Nicholas Tay2021-12-021-1/+1
|
* Improve Makefile with changeable name + install functionNicholas Tay2021-12-011-5/+12
|
* Add makefileNicholas Tay2021-11-301-0/+11