kernel/eka/compsupp/bld.inf
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
child 11 329ab0095843
--- a/kernel/eka/compsupp/bld.inf	Thu Dec 17 09:24:54 2009 +0200
+++ b/kernel/eka/compsupp/bld.inf	Thu Jan 07 13:38:45 2010 +0200
@@ -2,7 +2,7 @@
 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
+* under the terms of the License "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
@@ -34,7 +34,7 @@
 
 PRJ_MMPFILES
 
-#ifndef GCCXML
+#if !defined GCCXML && !defined GCCE
 
     symcpp/scppnwdl.mmp
     rvct/dfprvct-thunk.mmp
@@ -61,8 +61,6 @@
 
 PRJ_EXTENSIONS
 
-#ifndef GCCXML
-
 // Unzip RVCT3.1 runtime if being built with RVCT2.2 or RVCT4.0
 
 start extension tools/compsupp
@@ -76,7 +74,7 @@
 option  TODIR $(EPOCROOT)epoc32/release
 
 end
-#endif
 
-#endif
+#endif // #if !defined GCCXML && !defined GCCE
 
+