From 194923c172167eb3fc33807ec8009b255f86337e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 8 Oct 2012 09:10:06 +0000 Subject: Plugin is not adapted until someone can compile it and tell others how to do the same git-svn-id: http://svn.miranda-ng.org/main/trunk@1809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Chess4Net/MI/make.bat | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 plugins/Chess4Net/MI/make.bat (limited to 'plugins/Chess4Net/MI/make.bat') diff --git a/plugins/Chess4Net/MI/make.bat b/plugins/Chess4Net/MI/make.bat deleted file mode 100644 index 4d4672bc2d..0000000000 --- a/plugins/Chess4Net/MI/make.bat +++ /dev/null @@ -1,36 +0,0 @@ -SET PROJ_DIR=Chess4Net_MI -SET CHESS4NET_DIR=%PROJ_DIR%\Chess4Net - -rem -= Clean =- - -RMDIR /S /Q ..\bin\%PROJ_DIR% - -rem -= Environment =- - -MD ..\bin\%PROJ_DIR% -MD ..\bin\%PROJ_DIR%\Chess4Net - -rem -= Compilation =- - -dcc32 -B Chess4Net_MI.dpr - -rem -= Build =- - -COPY ..\Readme.txt ..\bin\%PROJ_DIR% -COPY ..\Readme_RU.txt ..\bin\%PROJ_DIR% - -COPY ..\Lang.ini ..\bin\%CHESS4NET_DIR% - -COPY ..\Build\Chigorin.mov ..\bin\%CHESS4NET_DIR% -COPY ..\Build\Chigorin.pos ..\bin\%CHESS4NET_DIR% - -COPY ..\Build\eco.mov ..\bin\%CHESS4NET_DIR% -COPY ..\Build\eco.pos ..\bin\%CHESS4NET_DIR% - -COPY ..\Build\Fischer.mov ..\bin\%CHESS4NET_DIR% -COPY ..\Build\Fischer.pos ..\bin\%CHESS4NET_DIR% - -COPY ..\Build\Tal.mov ..\bin\%CHESS4NET_DIR% -COPY ..\Build\Tal.pos ..\bin\%CHESS4NET_DIR% - -MOVE ..\bin\Chess4Net_MI.dll ..\bin\%PROJ_DIR% -- cgit v1.2.3