From a5e3f3e9fade71f68325357ea9739f6d3f0dd2b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 31 Dec 1999 00:35:19 +0000 Subject: [PATCH] added wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/wxvc.dsp | 4 ++++ src/wxvc_dll.dsp | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/wxvc.dsp b/src/wxvc.dsp index eaa5f1966d..e26de63aa2 100644 --- a/src/wxvc.dsp +++ b/src/wxvc.dsp @@ -163,6 +163,10 @@ SOURCE=.\common\dynlib.cpp # End Source File # Begin Source File +SOURCE=.\common\encconv.cpp +# End Source File +# Begin Source File + SOURCE=.\common\event.cpp # End Source File # Begin Source File diff --git a/src/wxvc_dll.dsp b/src/wxvc_dll.dsp index ca016d7841..90d2910893 100644 --- a/src/wxvc_dll.dsp +++ b/src/wxvc_dll.dsp @@ -170,6 +170,10 @@ SOURCE=.\common\dynlib.cpp # End Source File # Begin Source File +SOURCE=.\common\encconv.cpp +# End Source File +# Begin Source File + SOURCE=.\common\event.cpp # End Source File # Begin Source File @@ -260,6 +264,14 @@ SOURCE=.\common\imaggif.cpp # End Source File # Begin Source File +SOURCE=.\common\imagpcx.cpp +# End Source File +# Begin Source File + +SOURCE=.\common\imagpnm.cpp +# End Source File +# Begin Source File + SOURCE=.\common\imagjpeg.cpp # ADD CPP /I "../src/jpeg" # End Source File -- 2.50.0