svgtencoder/svgtenc/standalone/group/bld.inf
changeset 18 8cac7c60e3d2
parent 0 f58d6ec98e88
child 23 3b77c0b16386
child 25 1e3b56cca1f0
equal deleted inserted replaced
3:de36cc5e7eac 18:8cac7c60e3d2
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 //#ifdef SBSV2
       
    21    TOOLS2
       
    22 //#else
       
    23    TOOLS
       
    24 //#endif
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 //#ifndef SBSV2
       
    29 	//START TOOLS
       
    30 		//#if defined(TOOLS) 
       
    31 				../binary/svgtbinencode.exe	/epoc32/tools/svgtbinencode.exe
       
    32 				// For Windows abld Support "Link with dynamic xerces-c.2.8.0"
       
    33 				//../lib_win/xerces-c_2.lib /epoc32/release/tools/rel/xerces-c_2.lib
       
    34 				//../lib_win/xerces-c_2.lib /epoc32/release/tools/deb/xerces-c_2.lib
       
    35 		//#endif
       
    36 	//END
       
    37 //#endif  
       
    38 
       
    39 #if HOSTPLATFORM_DIR==win32
       
    40 	#if defined(SBSV2) && defined(TOOLS2) 
       
    41 		// For Windows Raptor Support "Link with static xerces-c.2.8.0 mingw"
       
    42 		../lib_win/libxercesenc-c.a ../release/tools2/rel/libxercesenc-c.a
       
    43 		../lib_win/libxercesenc-c.a ../release/tools2/deb/libxercesenc-c.a
       
    44 	#endif
       
    45 #endif
       
    46 
       
    47 #if HOSTPLATFORM_DIR!=win32
       
    48 	#if defined(SBSV2) && defined(TOOLS2) 
       
    49 		// For Linux Raptor Support "Link with static xerces-c.2.8.0 mingw"
       
    50 		../lib_linux/libxercesenc-c.a ../release/tools2/linux-i386/rel/libxercesenc-c.a
       
    51 		../lib_linux/libxercesenc-c.a ../release/tools2/linux-i386/deb/libxercesenc-c.a
       
    52 	#endif
       
    53 #endif
    17 
    54 
    18 
    55 
    19 PRJ_PLATFORMS
       
    20 
       
    21 TOOLS
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../lib/SVGTBinEncode.exe	/epoc32/tools/SVGTBinEncode.exe
       
    25 ../lib/xerces-c_2_6.dll		/epoc32/tools/xerces-c_2_6.dll
       
    26 PRJ_MMPFILES
    56 PRJ_MMPFILES
    27 
    57 
    28 // Copy the SVGT Encoder Binary to target dir
    58 #if defined(SBSV2) && defined(TOOLS2) 
    29 //gnumakefile copysvgtbinencode.mk
    59 		
       
    60 		/*
       
    61 		 * NOTICE! svgtbinencode is not compiled any more during usual build.
       
    62 		 * It is just exported from ../binary directory.
       
    63 		 * If you really want compile svgtbinencode from sources you need to 
       
    64 		 * uncomment below line, build this project using "sbs -c tools2 - b bld.inf" and copy 
       
    65 		 * /epoc32/tools/svgtbinencode.exe to ../binary directory and 
       
    66 		 * put the binary to version control.
       
    67 		*/
       
    68 		 
       
    69 //	svgtbinencoder.mmp
    30 
    70 
    31 // Enable Below Extension Makefile to compile and copy encoder to target dir
    71 #endif
    32 //gnumakefile makefile
    72