1.1.2 [compilation fix]
A huge problem with D is that it requires some dlls at runtime. I tried throwing them into the dependencies, but a nicer way would just be to make it compile an .exe that doesn't need allathat.
- Fixed missing runtime DLL dependency by switching executable builds to static 32-bit OMF compilation (
-m32). - Embedded C and D runtime libraries directly into
py2ez80.exe, eliminating external Visual C++ Redistributable requirements. - Resolved execution crashes (
0xc000007band missingmsvcr120.dll) when running on clean Windows environments without DMD installed.