Preprocessor options with Visual Magick [for wish list]

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ForgotOldAdd

Preprocessor options with Visual Magick [for wish list]

Post 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.
Post Reply