* Makefile.in (cygrun.exe): Add a -lcygwin on the end.

This commit is contained in:
Christopher Faylor 2002-07-14 04:14:32 +00:00
parent fea4c29fda
commit e8a6396f88
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-14 Christopher Faylor <cgf@redhat.com>
* Makefile.in (cygrun.exe): Add a -lcygwin on the end.
2002-07-14 Christopher Faylor <cgf@redhat.com>
* Makefile.in (cygserver.exe): Add -lstdc++.

View File

@ -305,7 +305,7 @@ winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
$(CC) -nodefaultlibs -o $@ $^ -lgcc
$(CC) -nodefaultlibs -o $@ $^ -lgcc -lcygwin
cygserver_transport_outside.o: cygserver_transport.cc
$(COMPILE_CXX) -D__OUTSIDE_CYGWIN__ -o $@ $<