Commit graph

8 commits

Author SHA1 Message Date
326d3e5161 replace build system with cmake
no more makefile :)
2024-07-19 22:01:05 -04:00
510d3547a2 port dll to clang-cl
really need to figure out why the stupid thing isn't working properly
2024-07-19 07:45:18 -04:00
d95d305734 more binding fuckery
i'm going to switch the build to clang-cl. To test, I've added EXE build support back to the speech2 C++ buildsystem and I'm going to replace the current mingw command lines for clang-cl in the next commit.

Because we only need XP SP3 compatibility, we won't need any compat library stuff, but I may still alter his libc++ fork if MSVC CRT ends up blowing too many chunks.
2024-07-19 03:59:19 -04:00
126566c3cf voiceinfo list work
(crashes for some reason)
2024-07-18 06:30:57 -04:00
13ce046d3f actually use bindings
about time
2024-07-18 05:05:35 -04:00
1ebd3285f9 remove obsolete source files from speech2 2024-07-18 03:56:02 -04:00
bd048875c8 make speech2 a dll + start binding it 2024-07-18 03:54:12 -04:00
20f59c5663 add speech2 stuff 2024-07-17 21:40:14 -04:00