Index: other/Scripts/MAKE INST.BAT =================================================================== diff -u -N --- other/Scripts/MAKE INST.BAT (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ other/Scripts/MAKE INST.BAT (revision 0) @@ -1,20 +0,0 @@ -@echo off -echo Copying program, languages and help systems to output directory. -md ..\..\out\prog -md ..\..\out\prog\langs -md ..\..\out\prog\help - -del ..\..\out\prog\*.* /F /Q -del ..\..\out\prog\langs\*.* /F /Q -del ..\..\out\prog\help\*.* /F /Q - -rem copy the program -copy ..\..\bin\release\* ..\..\out\prog\ - -rem copy langs -copy ..\langs\* ..\..\out\prog\langs\ - -rem copy help systems -copy ..\help\compiled\* ..\..\out\prog\help\ - -pause \ No newline at end of file