winmingw.mk (7871dc3e) | winmingw.mk (44c25570) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 390 unchanged lines hidden (view full) --- 399 $(gb_LINK) \ 400 $(gb_Executable_TARGETTYPEFLAGS) \ 401 $(LDFLAGS) \ 402 $(gb_MINGWLIBDIR)/crt2.o \ 403 $(MINGW_CLIB_DIR)/crtbegin.o \ 404 @$${RESPONSEFILE} \ 405 --start-group $(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) --end-group \ 406 --start-group $(patsubst %.dll,-l%,$(foreach lib,$(LINKED_LIBS),$(call gb_Library_get_dllname,$(lib)))) --end-group \ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 390 unchanged lines hidden (view full) --- 399 $(gb_LINK) \ 400 $(gb_Executable_TARGETTYPEFLAGS) \ 401 $(LDFLAGS) \ 402 $(gb_MINGWLIBDIR)/crt2.o \ 403 $(MINGW_CLIB_DIR)/crtbegin.o \ 404 @$${RESPONSEFILE} \ 405 --start-group $(foreach lib,$(LINKED_STATIC_LIBS),$(call gb_StaticLibrary_get_target,$(lib))) --end-group \ 406 --start-group $(patsubst %.dll,-l%,$(foreach lib,$(LINKED_LIBS),$(call gb_Library_get_dllname,$(lib)))) --end-group \ |
407 --start-group $(patsubst %,-l%,$(EXTERNAL_LIBS)) --end-group \ |
|
407 $(MINGW_CLIB_DIR)/crtend.o \ 408 -Map $(basename $(1)).map \ 409 -o $(1)) 410endef 411 412define gb_LinkTarget__command_dynamiclinklibrary 413$(call gb_Helper_abbreviate_dirs_native,\ 414 mkdir -p $(dir $(1)) && \ --- 283 unchanged lines hidden --- | 408 $(MINGW_CLIB_DIR)/crtend.o \ 409 -Map $(basename $(1)).map \ 410 -o $(1)) 411endef 412 413define gb_LinkTarget__command_dynamiclinklibrary 414$(call gb_Helper_abbreviate_dirs_native,\ 415 mkdir -p $(dir $(1)) && \ --- 283 unchanged lines hidden --- |