fixed main source file name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-04 16:21:24 +00:00
parent 9d033af92e
commit f46d1f6f67
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<include file="../../build/bakefiles/common_samples.bkl"/>
<exe id="listbox" template="wx_sample" template_append="wx_append">
<sources>listbox.cpp</sources>
<sources>lboxtest.cpp</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>listbox.rc</win32-res>

View File

@ -468,7 +468,7 @@ LINK32=link.exe
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\listbox.cpp
SOURCE=.\lboxtest.cpp
# End Source File
# Begin Source File