使用soui开发的mbc,只支持windows版本
w1146869587
2022-01-24 4905e2e7537d507f218e8e9595485e09d9f3a2b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
mbInsideps.dll: dlldata.obj mbInside_p.obj mbInside_i.obj
    link /dll /out:mbInsideps.dll /def:mbInsideps.def /entry:DllMain dlldata.obj mbInside_p.obj mbInside_i.obj \
        kernel32.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib \
.c.obj:
    cl /c /Ox /DREGISTER_PROXY_DLL \
        $<
 
clean:
    @del mbInsideps.dll
    @del mbInsideps.lib
    @del mbInsideps.exp
    @del dlldata.obj
    @del mbInside_p.obj
    @del mbInside_i.obj