On Thu, Jul 21, 2011 at 11:30 AM, Peter Shirtcliffe <pshirtcli...@sdl.com>wrote:

> This works for us
>
> <?ifndef compression ?>
> <?define compression = "high" ?>
> <?endif?>
>
>
This will simplify a bit the code but still it is not very pretty:

<?ifdef A?>
  <?ifndef USE_FEATURE_1?>
    <?define USE_FEATURE_1?>
   <?endif?>
<?endif?>

<?ifdef B?>
  <?ifndef USE_FEATURE_1?>
    <?define USE_FEATURE_1?>
   <?endif?>
<?endif?>

<?ifdef USE_FEATURE_1 ?>
  <!-- Feature1 -->
<?endif?>


-- 
Stefan Pavlik | stefan.pav...@gmail.com
Lietavska 14 | 851 06 Bratislava | Slovak Republic
------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to