sbsv2/raptor/lib/flm/tools2exe.flm
branchwip
changeset 317 adc615fe34e8
parent 109 52e5ae7bfcfe
child 319 17156855fe69
equal deleted inserted replaced
153:df63379a03bd 317:adc615fe34e8
     1 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 # Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17 
    17 
    18 ## Outputs - externally relevant targets that this FLM generates
    18 ## Outputs - externally relevant targets that this FLM generates
    19 ifeq ($(OSTYPE),cygwin)
    19 ifeq ($(OSTYPE),cygwin)
    20 SYSTEMLIBS:=$(LIBS.WIN32)
    20 SYSTEMLIBS:=$(LIBS.WIN32)
    21 else
    21 else
       
    22 ifneq ($(TOOLS2WIN32),)
       
    23 # Build win32 tools in Linux 
       
    24 SYSTEMLIBS:=$(LIBS.WIN32)
       
    25 else
       
    26 # Build linux tools in Linux
    22 SYSTEMLIBS:=$(LIBS.LINUX)
    27 SYSTEMLIBS:=$(LIBS.LINUX)
    23 endif
    28 endif
       
    29 endif
       
    30 
    24 
    31 
    25 EXETARGET:=$(RELEASEPATH)/$(TARGET)$(DOTEXE)
    32 EXETARGET:=$(RELEASEPATH)/$(TARGET)$(DOTEXE)
    26 
    33 
    27 INSTALLED:=
    34 INSTALLED:=
    28 ifneq ($(TOOLSPATH),)
    35 ifneq ($(TOOLSPATH),)