diff options
| author | Mike Wey | 2011-10-30 22:14:47 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-10-30 22:14:47 +0100 |
| commit | 70970e4daba54d40a03414c627007ab30aca4360 (patch) | |
| tree | 4b03ca3a3882291ad93643e525e804ccc859d526 | |
| parent | 63375f1cc342510c9c77c8810686b895dab0be92 (diff) | |
Fix the command for Windows.
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ Building Applications using DMagick: -------- When using the latest version of ImageMagick only the libs need to be passed to the compiler. - dmd myapp.d -LDMagick.lib -LMagickCore.lib + dmd myapp.d -L DMagick.lib MagickCore.lib When not using pkg-config or when not using the latest vewrsion on Windows the ImageMagick version needs to be passed to the compiler using |
