add headers to the samples' bakefiles so that they show up in MSVC project files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-04 11:47:32 +00:00
parent 9e27ff7519
commit 076218c2a9
146 changed files with 1375 additions and 15 deletions

View File

@@ -6,24 +6,29 @@
<exe id="stctest" template="wx_sample" template_append="wx_append">
<sources>
stctest.cpp
edit.cpp
prefs.cpp
edit.cpp
prefs.cpp
</sources>
<headers>
edit.h
defsext.h
prefs.h
</headers>
<wx-lib>stc</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<if cond="OUT_OF_TREE_MAKEFILES=='0'">
<sys-lib>$(LIB_SCINTILLA)</sys-lib>
</if>
<win32-res>../sample.rc</win32-res>
</exe>
<wx-data id="data">
<files>
stctest.cpp
</files>
</wx-data>
<wx-data id="data">
<files>
stctest.cpp
</files>
</wx-data>
</makefile>

View File

@@ -267,6 +267,22 @@ SOURCE=.\..\sample.rc
SOURCE=.\stctest.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\defsext.h
# End Source File
# Begin Source File
SOURCE=.\edit.h
# End Source File
# Begin Source File
SOURCE=.\prefs.h
# End Source File
# End Group
# End Target
# End Project

View File

@@ -535,6 +535,20 @@
RelativePath=".\stctest.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath=".\defsext.h">
</File>
<File
RelativePath=".\edit.h">
</File>
<File
RelativePath=".\prefs.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"

View File

@@ -800,6 +800,24 @@
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\defsext.h"
>
</File>
<File
RelativePath=".\edit.h"
>
</File>
<File
RelativePath=".\prefs.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"

View File

@@ -772,6 +772,24 @@
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\defsext.h"
>
</File>
<File
RelativePath=".\edit.h"
>
</File>
<File
RelativePath=".\prefs.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"