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:
parent
70988afbb1
commit
1c282a3a62
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user