Page 1 of 1

Preprocessor options with Visual Magick [for wish list]

Posted: 2008-02-09T05:35:27-07:00
by ForgotOldAdd
It would be helpful to have the option of adding preprocessor options in the configure utility of Visual Magick++. For example, it would allow to target the Windows version and compile with SSE2 instructions by adding

/D "WINVER=0x0500" /arch:SSE2

Currently, one would have to set those manually in each project ...

++Hector C.