Commit 636b71b9 by Aaron W. LaFramboise Committed by Aaron W. LaFramboise

Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Add s-winext.o.

2008-07-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

	* Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]: Add 
	s-winext.o.

From-SVN: r138353
parent 7c07130e
2008-07-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS)
[WINDOWS]: Add s-winext.o.
2008-07-30 Eric Botcazou <ebotcazou@adacore.com>
PR ada/36554
......@@ -1353,7 +1353,7 @@ ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
s-taprop.adb<s-taprop-mingw.adb \
system.ads<system-mingw.ads
EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o g-regist.o
EXTRA_GNATRTL_NONTASKING_OBJS = s-win32.o s-winext.o g-regist.o
EXTRA_GNATRTL_TASKING_OBJS = a-exetim.o
MISCLIB = -lwsock32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment