From: <vac...@us...> - 2009-06-02 19:07:30
|
Revision: 153 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=153&view=rev Author: vaclavslavik Date: 2009-06-02 19:07:28 +0000 (Tue, 02 Jun 2009) Log Message: ----------- VC++ project files: added forgotten <include> path to headers Modified Paths: -------------- trunk/platform/Win32/xmlwrapp.bkl Modified: trunk/platform/Win32/xmlwrapp.bkl =================================================================== --- trunk/platform/Win32/xmlwrapp.bkl 2009-06-02 17:06:35 UTC (rev 152) +++ trunk/platform/Win32/xmlwrapp.bkl 2009-06-02 19:07:28 UTC (rev 153) @@ -6,6 +6,7 @@ <include file="presets/simple.bkl"/> <template id="xmlwrapp_lib" template="simple"> + <include>../../include</include> </template> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |