sdkcreationmw/sdkexamples/cppexamples/S60Ex/s60opencppex/iostream/group/iostream.mmp
author rajpuroh
Wed, 21 Apr 2010 09:56:53 +0530
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
permissions -rw-r--r--
Second Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1
/*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
* All rights reserved.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     4
* This component and the accompanying materials are made available
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
* Initial Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
* Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
*
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    14
* Description:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    16
*/
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    17
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    18
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    19
TARGET		  		iostream.exe
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    20
TARGETTYPE	  		exe
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    21
UID			 		0 0xE0007DF9
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
USERINCLUDE	 		..\inc
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
SOURCEPATH      	..\data
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    26
START RESOURCE  	iostream_reg.rss
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    27
#ifdef WINSCW
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    28
TARGETPATH 	    	\private\10003a3f\apps
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    29
#else
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
TARGETPATH 	    	\private\10003a3f\import\apps
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    31
#endif
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    32
END //RESOURCE
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    33
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    34
SOURCEPATH	  		..\src
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    35
SOURCE		  		iostream.cpp
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    36
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    37
SYSTEMINCLUDE	    \epoc32\include 
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    38
SYSTEMINCLUDE		\epoc32\include\stdapis
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    39
SYSTEMINCLUDE		\epoc32\include\stdapis\sys
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    40
SYSTEMINCLUDE		\epoc32\include\stdapis\stlportv5
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    41
SYSTEMINCLUDE		\epoc32\include\stdapis\stlportv5\stl
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    42
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    43
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    44
STATICLIBRARY		libcrt0.lib
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    45
LIBRARY				libstdcppv5.lib
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    46
LIBRARY				libc.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    47
LIBRARY				libpthread.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    48
LIBRARY				euser.lib
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    49
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    50
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    51
OPTION CW -wchar_t on
1
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    52
//MACRO  _WCHAR_T_DECLARED
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    53
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    54
MACRO __SYMBIAN_STDCPP_SUPPORT__
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    55
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    56
// To specify the usage of Standard C++ Semantics
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    57
//Currently Carbide doesnt support this, but command line building for ARMV5 is supported
ac50fd48361b Second Contribution
rajpuroh
parents: 0
diff changeset
    58
STDCPP