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.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/ImportTXT/make.bat b/plugins/ImportTXT/make.bat
index a50e5437b3..f9136ac2d4 100644
--- a/plugins/ImportTXT/make.bat
+++ b/plugins/ImportTXT/make.bat
@@ -9,7 +9,5 @@ md %DCUDIR% 2>nul
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
+dcc32 -B -CG -U%INCDIR% -R%INCDIR% -I%INCDIR% -E%OUTDIR% -LE%DCUDIR% -LN%DCUDIR% -N%DCUDIR% %COMPDIR% ImportTXT.dpr
rd /q /s %DCUDIR%
-
-move /y %OUTDIR%\importtxt.dll %OUTDIR%\ImportTXT.dll \ No newline at end of file