equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 # Copyright (c) 2007-2010 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 the License "Eclipse Public License v1.0" |
5 # under the terms of the License "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". |
32 ifeq ($(filter win,$(HOSTPLATFORM)),win) |
32 ifeq ($(filter win,$(HOSTPLATFORM)),win) |
33 DOTEXE:=.exe |
33 DOTEXE:=.exe |
34 TOOLPLATFORMDIR:= |
34 TOOLPLATFORMDIR:= |
35 else |
35 else |
36 DOTEXE:= |
36 DOTEXE:= |
37 TOOLPLATFORMDIR:=/$(HOSTPLATFORM_DIR) |
37 |
|
38 # For the time being tools are all 32-bit |
|
39 TOOLPLATFORMDIR:=/$(HOSTPLATFORM32_DIR) |
38 endif |
40 endif |
39 |
41 |
40 # addglobal(GlobalTargetName) |
42 # addglobal(GlobalTargetName) |
41 SYMBIAN_GLOBAL_TARGETS:= |
43 SYMBIAN_GLOBAL_TARGETS:= |
42 |
44 |