removed files from Release

This commit is contained in:
mr.exodia 2013-11-19 22:10:42 +01:00
parent fffbdfac89
commit 72b5f87d10
4 changed files with 0 additions and 10 deletions

Binary file not shown.

View File

@ -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.

View File

@ -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