Then: make -f Makefile.win32 splash
Et voila, there is a splash.exe :) ... and a crapload of .obj files. I didn't go all the way to not make these go into temporary folders or something. Anyway, this got a seemingly working binary. Compiling the age example seemed to work - now all that is left is to make it run on my phone ^^
I wanted to fool around with this for a while, so I made adjustments to make this work on Windows.
To reproduce:
choco install visualstudio2019community
choco install visualstudio2019buildtools visualstudio2019-workload-nativedesktop
choco install winflexbison3 make
Add this makefile:
Makefile.win32
And apply this patch:
Then:
make -f Makefile.win32 splash
Et voila, there is asplash.exe
:) ... and a crapload of.obj
files. I didn't go all the way to not make these go into temporary folders or something. Anyway, this got a seemingly working binary. Compiling the age example seemed to work - now all that is left is to make it run on my phone ^^Enjoy!