forked from pool/mingw32-runtime
22 lines
1.3 KiB
Diff
22 lines
1.3 KiB
Diff
--- Makefile.am 2010-08-18 12:47:30.000000000 +0200
|
|
+++ Makefile.am 2010-09-22 16:11:01.000000000 +0200
|
|
@@ -53,8 +53,8 @@
|
|
src_libmingw32=include/oscalls.h include/internal.h include/sect_attribs.h \
|
|
crt/atonexit.c crt/crt0_c.c crt/dll_argv.c crt/gccmain.c crt/natstart.c crt/pseudo-reloc-list.c crt/wildcard.c \
|
|
crt/charmax.c crt/crt0_w.c crt/dllargv.c crt/gs_support.c crt/_newmode.c crt/tlssup.c crt/xncommod.c \
|
|
- crt/cinitexe.c crt/crt0_w.c crt/dllentry.c crt/merr.c crt/pesect.c crt/udllargc.c crt/xthdloc.c \
|
|
- crt/crt0_c.c crt/CRT_fp10.c crt/dllmain.c crt/mingw_custom.c crt/mingw_helpers.c crt/pseudo-reloc.c crt/udll_argv.c \
|
|
+ crt/cinitexe.c crt/crt0_w.c crt/merr.c crt/pesect.c crt/udllargc.c crt/xthdloc.c \
|
|
+ crt/CRT_fp10.c crt/mingw_custom.c crt/mingw_helpers.c crt/pseudo-reloc.c crt/udll_argv.c \
|
|
crt/xtxtmode.c crt/crt_handler.c \
|
|
libsrc/dummy_mingwthrd.c
|
|
|
|
@@ -91,6 +91,7 @@
|
|
libsrc/wspiapi/WspiapiFreeAddrInfo.c
|
|
|
|
src_libmingwex=\
|
|
+ crt/dllentry.c crt/dllmain.c \
|
|
libsrc/mingwthrd_nomt.c \
|
|
\
|
|
intrincs/inbyte.c intrincs/inbytestring.c intrincs/indword.c intrincs/indwordstring.c \
|