cmaker/config/export.mk
changeset 0 a432412f3079
equal deleted inserted replaced
-1:000000000000 0:a432412f3079
       
     1 #
       
     2 # Copyright (c) 2006, 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:  qt translations configuration export makefile
       
    15 #
       
    16 
       
    17 MAKEFILE = /sf/mw/qttranslations/cmaker/config/export.mk
       
    18 $(call push,MAKEFILE_STACK,$(MAKEFILE))
       
    19 
       
    20 LANGUAGE_IDS = 37 102 42 44 45 25 07 18 01 10 49 50 09 02 51 103 03 54 57 58 30 17 15 59 05 32 65 67 68 70 08 27 13 76 31 78 16 79 26 28 04 83 06 39 29 33 14 93 94 96
       
    21 
       
    22 ts_config 	:: ts-content
       
    23 
       
    24 ts-content :  
       
    25 	cd \epoc32\include\platform\qt\translations && unzip -o \sf\mw\qttranslations\data\tsfiles.zip
       
    26 	cd \epoc32\include\platform\mw\loc && $(PERL) $(E32TOOLS)\emkdir.pl $(LANGUAGE_IDS)
       
    27 
       
    28 
       
    29 
       
    30 $(call popout,MAKEFILE_STACK)