From 70970e4daba54d40a03414c627007ab30aca4360 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 30 Oct 2011 22:14:47 +0100 Subject: Fix the command for Windows. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3