From 37d92a964ae5801fed55b76b0d7ba2fa5645a353 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 20 May 2001 20:47:20 +0000 Subject: [PATCH] Added new files gsockpm.c and dircmn.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/files.lst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/os2/files.lst b/src/os2/files.lst index 9b25470e13..f64ed153b3 100644 --- a/src/os2/files.lst +++ b/src/os2/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 00:44, 2001/05/09 +# This file was automatically generated by tmake at 22:45, 2001/05/20 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE OS2.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -53,6 +53,7 @@ ALL_SOURCES = \ common/db.cpp \ common/dbtable.cpp \ common/dcbase.cpp \ + common/dircmn.cpp \ common/dlgcmn.cpp \ common/dndcmn.cpp \ common/dobjcmn.cpp \ @@ -180,6 +181,7 @@ ALL_SOURCES = \ os2/gdiimage.cpp \ os2/gdiobj.cpp \ os2/gsocket.c \ + os2/gsockpm.c \ os2/helpwin.cpp \ os2/icon.cpp \ os2/iniconf.cpp \ @@ -598,6 +600,7 @@ COMMONOBJS = \ db.o \ dbtable.o \ dcbase.o \ + dircmn.o \ dlgcmn.o \ dndcmn.o \ dobjcmn.o \ @@ -707,6 +710,7 @@ COMMONDEPS = \ db.d \ dbtable.d \ dcbase.d \ + dircmn.d \ dlgcmn.d \ dndcmn.d \ dobjcmn.d \ @@ -916,6 +920,7 @@ GUIOBJS = \ gdiimage.o \ gdiobj.o \ gsocket.o \ + gsockpm.o \ helpwin.o \ icon.o \ iniconf.o \ @@ -995,6 +1000,7 @@ GUIDEPS = \ gdiimage.d \ gdiobj.d \ gsocket.d \ + gsockpm.d \ helpwin.d \ icon.d \ iniconf.d \ -- 2.45.2