From 1c282a3a624d3c2d733ba99f1073d4edb64f7ffd Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Tue, 14 Mar 2000 04:44:32 +0000 Subject: [PATCH] Added new file: gsockmsw.c git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 5 +++-- src/msw/makefile.g95 | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index a37b41e01c..af0ff1e05b 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -38,7 +38,7 @@ # G generic code which might be used instead of native one # U Unix-ish file, normally not compiled under Windows # O OLE file (needs Win32 and a decent compiler) -# S Socket file (currently doesn't compile under Win16 nor with GNU) +# S Socket file (currently doesn't compile under Win16) # R Not required for the GTK port # X Not required for the Motif port # P Not required for the os2Pm port @@ -204,6 +204,8 @@ wxexpr.cpp C zipstrm.cpp C B zstream.cpp C B +gsocket.c M S +gsockmsw.c M S accel.cpp M app.cpp M automtn.cpp M O @@ -306,7 +308,6 @@ uuid.cpp M O wave.cpp M window.cpp M xpmhand.cpp M -gsocket.c M S dialup.cpp U dir.cpp U B diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index d875da0b3a..7f90f23865 100644 --- a/src/msw/makefile.g95 +++ b/src/msw/makefile.g95 @@ -260,6 +260,7 @@ MSWOBJS = \ $(MSWDIR)/gdiobj.$(OBJSUFF) \ $(MSWDIR)/glcanvas.$(OBJSUFF) \ $(MSWDIR)/gsocket.$(OBJSUFF) \ + $(MSWDIR)/gsockmsw.$(OBJSUFF) \ $(MSWDIR)/helpwin.$(OBJSUFF) \ $(MSWDIR)/icon.$(OBJSUFF) \ $(MSWDIR)/imaglist.$(OBJSUFF) \ @@ -551,7 +552,7 @@ $(COMMDIR)/y_tab.$(OBJSUFF): $(COMMDIR)/y_tab.c $(COMMDIR)/lex_yy.c $(COMMDIR)/y_tab.c: $(COMMDIR)/dosyacc.c $(COPY) ../common/dosyacc.c ../common/y_tab.c - + $(COMMDIR)/lex_yy.c: $(COMMDIR)/doslex.c $(COPY) ../common/doslex.c ../common/lex_yy.c