]> git.saurik.com Git - wxWidgets.git/commitdiff
Added new file: gsockmsw.c
authorGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 14 Mar 2000 04:44:32 +0000 (04:44 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 14 Mar 2000 04:44:32 +0000 (04:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.txt
src/msw/makefile.g95

index a37b41e01c8c002c94de299c027f3f4af54d068e..af0ff1e05babaf572432bc83aa6d9949250eb623 100644 (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
index d875da0b3a04f3ec8c08d32dad0a3017d51d6ffc..7f90f238658bd5ffe4b22caf9d87930e92e5af3c 100644 (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