summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-01-20 21:12:44 +0100
committerTor Andersson <tor@ghostscript.com>2010-01-20 21:12:44 +0100
commit6bfc0b2173abcf17697e5e35bce3605a66445998 (patch)
treedcdc63f33c00eab1ab9dd740e7306cc745825a6c
parent187322449b483c17d14ed00b302468754479ee44 (diff)
downloadmupdf-6bfc0b2173abcf17697e5e35bce3605a66445998.tar.xz
Change the include and library paths for MINGW build to c:\msys\1.0\local.
-rw-r--r--Jamrules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamrules b/Jamrules
index 6a3ce9da..ef640a54 100644
--- a/Jamrules
+++ b/Jamrules
@@ -90,8 +90,8 @@ if $(OS) = MINGW
BUILD_WINAPP = true ;
BUILD_PLUGIN = true ;
- CCFLAGS = -Wall -std=gnu99 -Ic:/local/include ;
- LINKFLAGS = -Lc:/local/lib ;
+ CCFLAGS = -Wall -std=gnu99 -Ic:/msys/1.0/local/include ;
+ LINKFLAGS = -Lc:/msys/1.0/local/lib ;
LINKLIBS = -lfreetype -ljpeg -lz -lm ;
APPLINKLIBS = -lgdi32 -lcomdlg32 -luser32 -ladvapi32 -lshell32 ;