Missing source
Closed this issue · 1 comments
After a few hours of working, I've gotten this compiling and partially working on Windows, but a chunk of the Windows specific code is missing. This is due to the template VS .gitignore including the following two rules:
[Ww][Ii][Nn]32/
[Ww][Ii][Nn]32/
This excludes the win32 directory. To compile it, I've rolled in the win32 sources as included in the editor source release and made a dummy version of the win32Controller class, but I'd like to be able to use something with consistent licensing.
The .vsproj files are also missing, but I am unaware if the intended build system is CMake and the .sln is an old dev artifact. CMake seems to work fine.
Thanks. I added the source from the tree I had since I'm not sure how much it diverged from the editor code. We can always merge them together if it turns out something's missing.
And yes, we've been using CMake.