secureswitools/makekeys/group/makekeys.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2008-2010 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 the License "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 * This mmp file is used to replace calling makefile directly.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET			makekeys.exe
       
    21 TARGETTYPE		exe
       
    22 
       
    23 
       
    24 USERINCLUDE 		../../swisistools/source/makesis
       
    25 
       
    26 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 SYSTEMINCLUDE 		../../openssllib/import/inc
       
    28 
       
    29 
       
    30 SOURCEPATH 		../src
       
    31 SOURCE			CertificateGenerator.cpp
       
    32 SOURCE			CertificateRequestGenerator.cpp
       
    33 SOURCE			DSAKeyGenerator.cpp
       
    34 SOURCE			KeyGenerator.cpp	
       
    35 SOURCE			MAKEKEYS.CPP
       
    36 SOURCE			PARSECMD.CPP
       
    37 SOURCE			RSAKeyGenerator.cpp
       
    38 SOURCE			UTILS.CPP
       
    39 
       
    40 
       
    41 #ifndef TOOLS2_LINUX
       
    42 	MACRO			_UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE 
       
    43 #else
       
    44 	MACRO			_UNICODE _CONSOLE UNICODE 
       
    45 #endif
       
    46 
       
    47 STATICLIBRARY			eay32 
       
    48 
       
    49 OPTION				GCC -w
       
    50 OPTION				GCC -fno-stack-check
       
    51 OPTION				GCC -fpermissive