sbsv2/raptor/lib/flm/tools2exe.flm
branchwip
changeset 319 17156855fe69
parent 317 adc615fe34e8
equal deleted inserted replaced
318:d23e846951c5 319:17156855fe69
    14 # Function-Like Makefile to build a TOOLS2 EXE with gcc
    14 # Function-Like Makefile to build a TOOLS2 EXE with gcc
    15 # 
    15 # 
    16 #
    16 #
    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 ($(filter win,$(HOSTPLATFORM)),win)
    20 SYSTEMLIBS:=$(LIBS.WIN32)
    20 SYSTEMLIBS:=$(LIBS.WIN32)
    21 else
    21 else
    22 ifneq ($(TOOLS2WIN32),)
    22 ifneq ($(TOOLS2WIN32),)
    23 # Build win32 tools in Linux 
    23 # Build win32 tools in Linux 
    24 SYSTEMLIBS:=$(LIBS.WIN32)
    24 SYSTEMLIBS:=$(LIBS.WIN32)