Index: other/scripts/MAKE LDK.BAT =================================================================== diff -u -N --- other/scripts/MAKE LDK.BAT (revision 6472716fec44f80b223922d89f269e365aeaba60) +++ other/scripts/MAKE LDK.BAT (revision 0) @@ -1,19 +0,0 @@ -@echo off -md ..\..\out\LDK -md ..\..\out\LDK\res -md ..\..\out\LDK\res\help -del ..\..\out\LDK\*.* /F /Q -del ..\..\out\LDK\res\*.* /F /Q -del ..\..\out\LDK\res\Help\*.* /F /Q - -rem copy the current language -copy ..\Langs\English.lng ..\..\out\LDK\res\program.lng - -rem help files -copy ..\Help\English\* ..\..\out\LDK\res\help\ - -rem build the documentation and copy -hhc "..\SDK\CH SDK.hhp" >nul -copy "..\SDK\CH SDK.chm" ..\..\out\LDK\ - -pause \ No newline at end of file