mirror of https://github.com/x64dbg/TitanEngine
removed files from Release
This commit is contained in:
parent
fffbdfac89
commit
72b5f87d10
Binary file not shown.
|
|
@ -1,5 +0,0 @@
|
||||||
@echo off
|
|
||||||
set PATH=c:\MinGW64\bin
|
|
||||||
gendef TitanEngine.dll
|
|
||||||
dlltool --as-flags=--32 -m i386 -k --output-lib TitanEngine_x86.a --input-def TitanEngine.def
|
|
||||||
del TitanEngine.def
|
|
||||||
Binary file not shown.
|
|
@ -1,5 +0,0 @@
|
||||||
@echo off
|
|
||||||
set PATH=c:\MinGW64\bin
|
|
||||||
gendef TitanEngine.dll
|
|
||||||
dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib TitanEngine_x64.a --input-def TitanEngine.def
|
|
||||||
del TitanEngine.def
|
|
||||||
Loading…
Reference in New Issue