Begin plugin api

This commit is contained in:
luboslenco
2024-07-24 00:16:41 +02:00
parent 33f55d1a55
commit c584dac435
6 changed files with 20 additions and 7 deletions
-2
View File
@@ -2,8 +2,6 @@ let project = new Project('plugins');
project.addFile('sources/**');
project.addDefine('WITH_PLUGIN_EMBED');
if (platform === Platform.Windows) {
project.addLib('sources/proc_texsynth/win32/texsynth');
}