feat: Provide DMO functionality using dsdmo blob
> fetch dsdmo.dll blobs and embed into spicetools > unpack and register overriding relevant COM server on runtime > may be replaced in the future, see #12
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef RCDATA
|
||||
#define RCDATA 10
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SPICE64
|
||||
DMO_BLOB RCDATA "dsdmo.x86_64.dll"
|
||||
#else
|
||||
DMO_BLOB RCDATA "dsdmo.i686.dll"
|
||||
#endif
|
||||
Reference in New Issue
Block a user