X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo2%2FMakefile;h=0a1ce9293f402faa6697ac09bfa2530f7d064bff;hp=88bc97f74f9aeab370e6a1a634a800c94d822eb0;hb=811d4abe716c4d14629cee5beda1e1f3cff979bc;hpb=ee5eaefbd7a82c48cda43b24f518ba8b681e0472 diff --git a/TP_13/exo2/Makefile b/TP_13/exo2/Makefile index 88bc97f..0a1ce92 100644 --- a/TP_13/exo2/Makefile +++ b/TP_13/exo2/Makefile @@ -79,6 +79,7 @@ GOLD_SUPPORT = no LDLIBS := $(filter-out -ltinfo,$(LDLIBS)) BINARY_SUFFIX := .exe DLIB_SUFFIX := .dll +# do not archive external libraries CYGWIN_LDLIBS_NOARCHIVE := $(LDLIBS) CYGWIN_LIBLDFLAGS := -Wl,--out-implib=$(LIBRARY_PATH)/$(DLIB_PREFIX)$(LIBRARY_NAME)$(DLIB_SUFFIX).a \ -Wl,--export-all-symbols \