phoneapp/phoneuiutils/src/generate.bat
changeset 0 5f000ab63145
child 44 3c221667e687
child 46 bc5a64e5bc3c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneapp/phoneuiutils/src/generate.bat	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,25 @@
+rem
+rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+rem All rights reserved.
+rem This component and the accompanying materials are made available
+rem under the terms of "Eclipse Public License v1.0"
+rem which accompanies this distribution, and is available
+rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+rem
+rem Initial Contributors:
+rem Nokia Corporation - initial contribution.
+rem
+rem Contributors:
+rem
+rem Description: Generate string tables and move headers.
+rem
+
+perl %EPOCROOT%epoc32\tools\stringtable.pl phoneloggerviewcommands.st
+perl %EPOCROOT%epoc32\tools\stringtable.pl phonestatestrings.st
+perl %EPOCROOT%epoc32\tools\stringtable.pl phonestatestringsgsm.st
+
+perl ..\..\phoneui\internal\tools\add_copyright.pl
+
+move /Y phoneloggerviewcommands.h  ..\inc\phoneloggerviewcommands.h
+move /Y phonestatestrings.h ..\inc\phonestatestrings.h 
+move /Y phonestatestringsgsm.h ..\inc\phonestatestringsgsm.h 
\ No newline at end of file