doc: added notes on debian release versioning
[barry.git] / wince / boost.vsprops
blobb14de31802e6611cb01024d477f3ae09586c6849
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="boost"
7 <!--
8 This property sheet is used to check that BOOST_SRC_PATH is set
9 as an environment variable before the project is built. This
10 variable allows you to specify the location of the boost source and headers
11 without having to edit the project first.
13 If you don't want to use an environment variable for this, then
14 you can use the IDE to remove this property sheet
15 and then set the include and library directories manually.
16 To remove an inherited property sheet in Visual Studio 2005,
17 open the project Properties dialog and look under
18 Congfiguration Properties / General.
19 -->
20 <Tool
21 Name="VCPreBuildEventTool"
22 Description="Checking for BOOST_SRC_PATH macro:"
23 CommandLine="if &quot;$(BOOST_SRC_PATH)&quot; == &quot;&quot; (&#x0D;&#x0A;echo *******************************************************************************&#x0D;&#x0A;echo BOOST_SRC_PATH is not set. You must set BOOST_SRC_PATH, either as a Visual Studio&#x0D;&#x0A;echo macro or in the environment, before building this sample.&#x0D;&#x0A;echo The value of BOOST_SRC_PATH should be the path to directory that contains the&#x0D;&#x0A;echo include and DLL directories.&#x0D;&#x0A;echo *******************************************************************************&#x0D;&#x0A;exit 1&#x0D;&#x0A;) else (&#x0D;&#x0A;echo BOOST_SRC_PATH is $(BOOST_SRC_PATH)&#x0D;&#x0A;)"
25 <Tool
26 Name="VCCLCompilerTool"
27 AdditionalIncludeDirectories="$(BOOST_SRC_PATH)"
29 </VisualStudioPropertySheet>