From: Stefan Neis Date: Sat, 15 Jan 2000 23:04:48 +0000 (+0000) Subject: SN: Added dir.cpp to OS/2 sources X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c3f56612eea0998f8619d2c81543eb18765cbcf SN: Added dir.cpp to OS/2 sources git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index 81043d2156..0f4881d876 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# This file was automatically generated by tmake at 17:53, 2000/01/14 +# This file was automatically generated by tmake at 14:06, 2000/01/15 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! # @@ -2219,6 +2219,7 @@ PM_GUIOBJS = \ dcprint.o \ dcscreen.o \ dialog.o \ + dir.o \ dirdlg.o \ dnd.o \ filedlg.o \ @@ -2294,6 +2295,7 @@ PM_GUIDEPS = \ dcprint.d \ dcscreen.d \ dialog.d \ + dir.d \ dirdlg.d \ dnd.d \ filedlg.d \ diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 77fb7c49aa..379750fedd 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -442,7 +442,7 @@ dcprint.cpp O dcscreen.cpp O dialog.cpp O #dialup.cpp O -#dir.cpp O B +dir.cpp O B dirdlg.cpp O dnd.cpp O filedlg.cpp O