summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ignore .exeHEADmasterNicholas Tay2023-10-231-1/+1
| | | | Windows uses this lol not just the filename, duh
* Add 3-arg parsing into windows buildNicholas Tay2023-10-231-0/+42
| | | | | | | Pretty scuffed, but it works... the loading is especially bad but it's not that much better than linux, except linux we can easily check argc and at least give usage then. Testing each arg seems to work ok for now though lol
* Add gitignoreNicholas Tay2023-10-231-0/+2
|
* Add Windows portNicholas Tay2023-10-232-0/+39
|
* Factor non-linux parts outNicholas Tay2023-10-234-134/+141
|
* Implement basic argument handlingNicholas Tay2023-10-221-19/+75
|
* Initial working 3/2/3 passgen in fasmNicholas Tay2023-10-221-0/+78