> 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
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
#ifndef RCDATA
|
|
#define RCDATA 10
|
|
#endif
|
|
|
|
|
|
#ifdef SPICE64
|
|
DMO_BLOB RCDATA "dsdmo.x86_64.dll"
|
|
#else
|
|
DMO_BLOB RCDATA "dsdmo.i686.dll"
|
|
#endif |