Notes |
|
(0007726)
|
Stephane Rouleau
|
2007-05-29 12:15
|
|
Actually, if I add something like this:
DEFINE="value"
and DEFINE is alphanumerical, then it should end up, in the vcproj file:
DEFINE="value"
and not
"DEFINE="value""
|
|
|
(0007731)
|
Stephane Rouleau
|
2007-05-29 15:00
|
|
Another update -- 'j' and 'J' should be added to the list of alphanumerical values. This one confused me for a little while :) |
|
|
(0013797)
|
Bill Hoffman
|
2008-10-09 13:08
|
|
|
|
(0013800)
|
Stephane Rouleau
|
2008-10-09 13:12
|
|
I wish I knew; I had this while I was doing a consulting job last year, and since then I've moved on to other projects. |
|
|
(0015767)
|
Brad King
|
2009-03-23 15:03
|
|
CMake 2.6 implements this correctly and has a test. |
|