From c8038d52fdf04653840003b19c8d6a32a6e503e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 21 Mar 2008 16:06:53 +0000 Subject: [PATCH] Deleted obsolete file 'checknpp.bat' --- checknpp.bat | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 checknpp.bat diff --git a/checknpp.bat b/checknpp.bat deleted file mode 100644 index 112482313..000000000 --- a/checknpp.bat +++ /dev/null @@ -1,29 +0,0 @@ - -@ECHO OFF - -date /t > scintilla.txt -time /t >> scintilla.txt - -FOR %%s IN (npp472\scintilla\src\*.cxx) DO ( - ECHO %%s - ECHO ---------------------------------- >> scintilla.txt - ECHO %%s >> scintilla.txt - cppcheck %%s 2>> scintilla.txt -) - - -date /t > npp472.txt -time /t >> npp472.txt - -ECHO Notepad++ 4.7.2 >> npp472.txt -ECHO ====================================== >> npp472.txt - -FOR %%s IN (npp472\PowerEditor\src\*.cpp) DO ( - ECHO %%s - ECHO ---------------------------------- >> npp472.txt - ECHO %%s >> npp472.txt - cppcheck %%s 2>> npp472.txt -) - - -