I have all my .cpp and .hpp files and I need to generate an .exe file from them (so my program works on Windows) with a compile.py file.
I need to code the compile.py file.
How should I do that please?
Already took a look at py2exe and PyInstaller, but I believe this is for python files only, not C++ files. Thanks
compile.py, you need a compilation toolchain.