diff options
author | Oleg Sheikin <olg@tightvnc.com> | 2005-07-01 12:41:15 +0000 |
---|---|---|
committer | Oleg Sheikin <olg@tightvnc.com> | 2005-07-01 12:41:15 +0000 |
commit | f5049addf4de27ecad21e1c412fe653089078b8e (patch) | |
tree | 16aa2576dcaa1860bc850dbc7ab371c745ac402e /rfb_win32/rfb_win32.dsp | |
parent | c5721f516a2bd992030662a3d0ac9cb84f641617 (diff) | |
download | tigervnc-f5049addf4de27ecad21e1c412fe653089078b8e.tar.gz tigervnc-f5049addf4de27ecad21e1c412fe653089078b8e.zip |
Class ListViewControlCon is added in library rfb_win32.
Class ControlPanel is added in the project winvnc.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@298 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'rfb_win32/rfb_win32.dsp')
-rw-r--r-- | rfb_win32/rfb_win32.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rfb_win32/rfb_win32.dsp b/rfb_win32/rfb_win32.dsp index 8217b595..9d8ceea4 100644 --- a/rfb_win32/rfb_win32.dsp +++ b/rfb_win32/rfb_win32.dsp @@ -150,6 +150,10 @@ SOURCE=.\LaunchProcess.cxx # End Source File
# Begin Source File
+SOURCE=.\ListViewControl.cxx
+# End Source File
+# Begin Source File
+
SOURCE=.\MsgWindow.cxx
# End Source File
# Begin Source File
@@ -266,6 +270,10 @@ SOURCE=.\LaunchProcess.h # End Source File
# Begin Source File
+SOURCE=.\ListViewControl.h
+# End Source File
+# Begin Source File
+
SOURCE=.\MsgWindow.h
# End Source File
# Begin Source File
|