gssettingsuis/Gs/tsrc/public/basic/group/copy_binaries_to_sys_dir.mk
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 #
       
     2 # Copyright (c) 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:
       
    15 #
       
    16 
       
    17 do_nothing :
       
    18 	@rem do_nothing
       
    19 
       
    20 MAKMAKE : do_nothing
       
    21 
       
    22 BLD : do_nothing
       
    23 
       
    24 CLEAN : do_nothing
       
    25 	del \epoc32\RELEASE\winscw\udeb\Z\sys\bin\MT_GSFramework.dll	/f
       
    26 	del \epoc32\RELEASE\winscw\udeb\Z\sys\bin\T_GSBackgroundImage.dll /f
       
    27 	del \epoc32\RELEASE\winscw\udeb\Z\sys\bin\T_GSListBox.dll /f
       
    28 	del \epoc32\RELEASE\winscw\udeb\Z\sys\bin\MT_CGSLauncher.dll	/f
       
    29 
       
    30 
       
    31 LIB : do_nothing
       
    32 
       
    33 CLEANLIB : do_nothing
       
    34 
       
    35 RESOURCE : do_nothing
       
    36 
       
    37 FREEZE : do_nothing
       
    38 
       
    39 SAVESPACE : do_nothing
       
    40 
       
    41 RELEASABLES : do_nothing
       
    42 
       
    43 FINAL :
       
    44 	echo COPYING
       
    45 	copy \epoc32\RELEASE\winscw\udeb\MT_GSFramework.dll \epoc32\RELEASE\winscw\udeb\Z\sys\bin /y
       
    46 	copy \epoc32\RELEASE\winscw\udeb\T_GSBackgroundImage.dll \epoc32\RELEASE\winscw\udeb\Z\sys\bin /y
       
    47 	copy \epoc32\RELEASE\winscw\udeb\T_GSListBox.dll \epoc32\RELEASE\winscw\udeb\Z\sys\bin /y
       
    48 	copy \epoc32\RELEASE\winscw\udeb\MT_CGSLauncher.dll \epoc32\RELEASE\winscw\udeb\Z\sys\bin	/y