summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Wey2011-10-30 22:14:47 +0100
committerMike Wey2011-10-30 22:14:47 +0100
commit70970e4daba54d40a03414c627007ab30aca4360 (patch)
tree4b03ca3a3882291ad93643e525e804ccc859d526
parent63375f1cc342510c9c77c8810686b895dab0be92 (diff)
Fix the command for Windows.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 65bb8e6..1246542 100644
--- a/README
+++ b/README
@@ -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