Added new file: gsockmsw.c

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-03-14 04:44:32 +00:00
parent 70988afbb1
commit 1c282a3a62
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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