summaryrefslogtreecommitdiff
path: root/plugins/ImportTXT/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ImportTXT/make.bat')
-rw-r--r--plugins/ImportTXT/make.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat
index c518eb4499..a0da80f43f 100644
--- a/plugins/ImportTXT/make.bat
+++ b/plugins/ImportTXT/make.bat
@@ -1,3 +1,4 @@
+rem @echo off
set OUTDIR="..\..\bin10\Release\Plugins"
if not exist %OUTDIR% mkdir %OUTDIR%
@@ -9,4 +10,6 @@ brcc32 -foImpTxt_Ver.res ImpTxt_Ver.rc
brcc32 -foImpTxtDlg.res ImpTxtDlg.rc
brcc32 -foImpTxtWiz.res ImpTxtWiz.rc
dcc32 -B -CG -U%INCDIR% -R%INCDIR% -I%INCDIR% -E%OUTDIR% -LE%DCUDIR% -LN%DCUDIR% -N%DCUDIR% %COMPDIR% importtxt.dpr
-rd /q /s %DCUDIR% \ No newline at end of file
+rd /q /s %DCUDIR%
+
+move /y ..\..\bin10\Release\Plugins\importtxt.dll ..\..\bin10\Release\Plugins\ImportTXT.dll \ No newline at end of file