Could someone tell be if the following is by design?

If the build doesn't find the VC8 x64 components it doesn't include any
of the Visual Studio 2005 component, i.e. BuildVC8="".

<if test="${BuildVC8 != '' and (not directory::exists(dir.vc8.bin.x64)
or not directory::exists(dir.vc8.lib.x64)
          or not file::exists(path::combine(dir.vc8.bin.x64,
'cl.exe')))}">
  <echo message="The x64 components necessary for compilation were found
in Visual Studio 2008, but not Visual Studio 2005. Visual Studio
2005-specific portions of the build will be excluded from the build." />
  <property name="BuildVC8" value=""/>
</if>

Thanks

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to