pixil98 78fd09aa91
Proper build
Builds all packages properly
2022-11-22 10:45:33 -06:00
..
2022-11-22 10:45:33 -06:00
2022-11-22 10:45:33 -06:00
2022-11-02 16:24:14 -04:00

Streamlined example is in \Source\_Demos\LoadByOS

MUST follow naming conventions in InteropFactory

Windows : Path.GetFileName(a).StartsWithInsensitive("win")
Linux   : Path.GetFileName(a).StartsWithInsensitive("linux")
MacOs   : Path.GetFileName(a).StartsWithInsensitive("mac") || a.StartsWithInsensitive("osx")