From 6e4db5418cd376fa773e71f6955ee7f7bcccb47d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Aug 2003 16:32:17 +0000 Subject: [PATCH] fixed main source file name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/vscroll/vscroll.bkl | 2 +- samples/vscroll/vscroll.dsp | 4 ++-- samples/wxtest/wxtest.bkl | 2 +- samples/wxtest/wxtest.dsp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/vscroll/vscroll.bkl b/samples/vscroll/vscroll.bkl index f0463498c6..b5af8f07ed 100644 --- a/samples/vscroll/vscroll.bkl +++ b/samples/vscroll/vscroll.bkl @@ -4,7 +4,7 @@ - vscroll.cpp + vstest.cpp core base vscroll.rc diff --git a/samples/vscroll/vscroll.dsp b/samples/vscroll/vscroll.dsp index 818cc1aacf..33de1217fd 100644 --- a/samples/vscroll/vscroll.dsp +++ b/samples/vscroll/vscroll.dsp @@ -468,11 +468,11 @@ LINK32=link.exe # PROP Default_Filter "" # Begin Source File -SOURCE=.\vscroll.cpp +SOURCE=.\vscroll.rc # End Source File # Begin Source File -SOURCE=.\vscroll.rc +SOURCE=.\vstest.cpp # End Source File # End Group # End Target diff --git a/samples/wxtest/wxtest.bkl b/samples/wxtest/wxtest.bkl index c4ed8d09f7..75dc43623a 100644 --- a/samples/wxtest/wxtest.bkl +++ b/samples/wxtest/wxtest.bkl @@ -4,7 +4,7 @@ - wxtest.cpp + test.cpp core base wxtest.rc diff --git a/samples/wxtest/wxtest.dsp b/samples/wxtest/wxtest.dsp index e84d3d55e4..1b09706ee0 100644 --- a/samples/wxtest/wxtest.dsp +++ b/samples/wxtest/wxtest.dsp @@ -468,7 +468,7 @@ LINK32=link.exe # PROP Default_Filter "" # Begin Source File -SOURCE=.\wxtest.cpp +SOURCE=.\test.cpp # End Source File # Begin Source File -- 2.45.2