More work on the source module system

This commit is contained in:
Ryzerth
2020-10-02 01:44:18 +02:00
parent 1507e6ec31
commit 47b04ffef4
8 changed files with 158 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
{
"Radio": "./radio/radio.so",
"Recorder": "./recorder/recorder.so",
"Soapy": "./soapy/soapy.so",
"FileSource": "./file_source/file_source.so"
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.dll",
"FileSource": "./file_source/Release/file_source.dll"
}