Révision | 19799 (tree) |
---|---|
l'heure | 2010-07-04 09:21:14 |
Auteur | simon.tortoisesvn |
Add an IDD_ ignore list for TortoiseProcENG.rc
@@ -1,5 +1,5 @@ | ||
1 | 1 | @echo off |
2 | 2 | :: Use a Python script to cross check IDD_ values in the resource file with |
3 | 3 | :: HIDD_ values in the docs to ensure that every dialog has a link to the help. |
4 | -python scripts\chkidd.py source\en\TortoiseSVN ..\src\Resources\TortoiseProcENG.rc > IDD_Errors.txt | |
4 | +python scripts\chkidd.py source\en\TortoiseSVN ..\src\Resources\TortoiseProcENG.rc scripts\TortoiseProcENG.ignore > IDD_Errors.txt | |
5 | 5 | python scripts\chkidd.py source\en\TortoiseMerge ..\src\Resources\TortoiseMergeENG.rc scripts\TortoiseMergeENG.ignore >> IDD_Errors.txt |