fixed main source file name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f46d1f6f67
commit
6e4db5418c
4 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="vscroll" template="wx_sample" template_append="wx_append">
|
||||
<sources>vscroll.cpp</sources>
|
||||
<sources>vstest.cpp</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>vscroll.rc</win32-res>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="wxtest" template="wx_sample" template_append="wx_append">
|
||||
<sources>wxtest.cpp</sources>
|
||||
<sources>test.cpp</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>wxtest.rc</win32-res>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue