File: DefaultUpdateCs.bat

package info (click to toggle)
keepass2 2.19%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,496 kB
  • sloc: cs: 87,098; xml: 6,569; cpp: 311; makefile: 49; sh: 9
file content (9 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
TrlUtil.exe src_from_xml DefaultText.xml
MOVE /Y KPRes.Generated.cs ..\KeePass\Resources\KPRes.Generated.cs
MOVE /Y KLRes.Generated.cs ..\KeePassLib\Resources\KLRes.Generated.cs

TrlUtil.exe src_from_xml DefaultTextSD.xml
MOVE /Y KSRes.Generated.cs ..\KeePassLib\Resources\KSRes.Generated.cs

PAUSE
CLS