diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-01-20 21:12:44 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-01-20 21:12:44 +0100 |
commit | 6bfc0b2173abcf17697e5e35bce3605a66445998 (patch) | |
tree | dcdc63f33c00eab1ab9dd740e7306cc745825a6c | |
parent | 187322449b483c17d14ed00b302468754479ee44 (diff) | |
download | mupdf-6bfc0b2173abcf17697e5e35bce3605a66445998.tar.xz |
Change the include and library paths for MINGW build to c:\msys\1.0\local.
-rw-r--r-- | Jamrules | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ; |