Ignore:
Timestamp:
Jun 3, 2004, 11:36:29 PM (21 years ago)
Author:
bird
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC70.kmk

    r85 r86  
    5555TOOL_VCC70_ARLIBSUFF          := .lib
    5656
    57 TOOL_VCC70_LD                 := echo $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/link.exe
     57TOOL_VCC70_LD                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/link.exe
    5858TOOL_VCC70_LDFLAGS            := -nologo
    5959TOOL_VCC70_LDFLAGS.debug      := -debug
     
    155155        $(TOOL_VCC70_LD) $(flags) \
    156156                /OUT:$(call CYGPATHMIXED,$(exe)) \
     157                /MAPINFO:EXPORTS /MAPINFO:LINES \
    157158                /MAP:$(call CYGPATHMIXED,$(outbase).map) \
    158159                $(call CYGPATHMIXED,$(objs)) \
    159160                $(call CYGPATHMIXED,$(libs))
     161        $(MKDIR) -p $(PATH_BIN)
     162        $(CP) $$@ $(PATH_BIN)/
    160163ifneq ($(custom_post),)
    161164        $(eval $(custom_post))
     
    188191endif   
    189192        $(TOOL_VCC70_LD) $(flags) \
    190                 /OUT:$(call CYGPATHMIXED,$(exe)) \
     193                /OUT:$(call CYGPATHMIXED,$(sys)) \
     194                /MAPINFO:EXPORTS /MAPINFO:LINES \
    191195                /MAP:$(call CYGPATHMIXED,$(outbase).map) \
    192196                $(call CYGPATHMIXED,$(objs)) \
    193197                $(call CYGPATHMIXED,$(libs))
     198        $(MKDIR) -p $(PATH_BIN)
     199        $(CP) $$@ $(PATH_BIN)/
    194200ifneq ($(custom_post),)
    195201        $(eval $(custom_post))
Note: See TracChangeset for help on using the changeset viewer.