Re: [WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-08 Thread Rob Mensching
EMAIL PROTECTED] To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Define constants not working with candle in 3.0.2921.0? Your ifdef should look like -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Fischer

Re: [WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-07 Thread Kevin Fischer
users] Define constants not working with candle in 3.0.2921.0? Your ifdef should look like -Brian Simoneau -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin FischerSent: Thursday, June 07, 2007 2:44 PMTo: [EMAIL PROTECTED]: [WiX-users] D

Re: [WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-07 Thread Brian Simoneau
constants not working with candle in 3.0.2921.0? I have some code like this: The command line for candle looks like: candle.exe -dDebug -out obj\Debug\Base.wixobj -ext

[WiX-users] Define constants not working with candle in 3.0.2921.0?

2007-06-07 Thread Kevin Fischer
I have some code like this: The command line for candle looks like: candle.exe -dDebug -out obj\Debug\Base.wixobj -ext ..\..\..\..\v1_tools\wix\bin\WixUtilExtension.dll Base.wxs But, I'm seeing $(var.Flavor2) evaluate to "Release". I would've expected it to be Debug based on the -dD