SirNate0 / U3D-Doxygened-Lua-Bindings

Automatic Binding Generator using Doxygen, Python, and Sol3
MIT License
1 stars 1 forks source link

Tweaks for making it work on windows #2

Open lucasvinbr opened 10 months ago

lucasvinbr commented 10 months ago

Here's the PR!

There are some local changes I haven't added to the repo, like, in lines ~1205 and ~1363 of the generator, there are those h=path.join('generated',f'BindFunctions_{nsu}.h'), which get added directly to the headers in the next line. I had to remove the "generated/" part of the include to make them work here.