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:
@@ -38,7 +38,7 @@
|
|||||||
# G generic code which might be used instead of native one
|
# G generic code which might be used instead of native one
|
||||||
# U Unix-ish file, normally not compiled under Windows
|
# U Unix-ish file, normally not compiled under Windows
|
||||||
# O OLE file (needs Win32 and a decent compiler)
|
# 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
|
# R Not required for the GTK port
|
||||||
# X Not required for the Motif port
|
# X Not required for the Motif port
|
||||||
# P Not required for the os2Pm port
|
# P Not required for the os2Pm port
|
||||||
@@ -204,6 +204,8 @@ wxexpr.cpp C
|
|||||||
zipstrm.cpp C B
|
zipstrm.cpp C B
|
||||||
zstream.cpp C B
|
zstream.cpp C B
|
||||||
|
|
||||||
|
gsocket.c M S
|
||||||
|
gsockmsw.c M S
|
||||||
accel.cpp M
|
accel.cpp M
|
||||||
app.cpp M
|
app.cpp M
|
||||||
automtn.cpp M O
|
automtn.cpp M O
|
||||||
@@ -306,7 +308,6 @@ uuid.cpp M O
|
|||||||
wave.cpp M
|
wave.cpp M
|
||||||
window.cpp M
|
window.cpp M
|
||||||
xpmhand.cpp M
|
xpmhand.cpp M
|
||||||
gsocket.c M S
|
|
||||||
|
|
||||||
dialup.cpp U
|
dialup.cpp U
|
||||||
dir.cpp U B
|
dir.cpp U B
|
||||||
|
@@ -260,6 +260,7 @@ MSWOBJS = \
|
|||||||
$(MSWDIR)/gdiobj.$(OBJSUFF) \
|
$(MSWDIR)/gdiobj.$(OBJSUFF) \
|
||||||
$(MSWDIR)/glcanvas.$(OBJSUFF) \
|
$(MSWDIR)/glcanvas.$(OBJSUFF) \
|
||||||
$(MSWDIR)/gsocket.$(OBJSUFF) \
|
$(MSWDIR)/gsocket.$(OBJSUFF) \
|
||||||
|
$(MSWDIR)/gsockmsw.$(OBJSUFF) \
|
||||||
$(MSWDIR)/helpwin.$(OBJSUFF) \
|
$(MSWDIR)/helpwin.$(OBJSUFF) \
|
||||||
$(MSWDIR)/icon.$(OBJSUFF) \
|
$(MSWDIR)/icon.$(OBJSUFF) \
|
||||||
$(MSWDIR)/imaglist.$(OBJSUFF) \
|
$(MSWDIR)/imaglist.$(OBJSUFF) \
|
||||||
|
Reference in New Issue
Block a user