diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-10-29 09:25:50 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-10-29 09:25:50 +0000 |
commit | a11caf35bf706e80a2f242ff23fda36c18b5fa82 (patch) | |
tree | a37abcaf38fd6cf51639799b946dbd1682a36b61 | |
parent | efe43f410923315b95621631c1deee884df75f14 (diff) |
CWS-TOOLING: integrate CWS vcl95
-rw-r--r-- | xpdf/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpdf/makefile.mk b/xpdf/makefile.mk index a6431b5..fc3fd43 100644 --- a/xpdf/makefile.mk +++ b/xpdf/makefile.mk @@ -77,7 +77,7 @@ CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-excepti .ELSE #CONFIGURE_ACTION=./configure #CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-exceptions CFLAGS="-g -O0" CXXFLAGS="-g -O0" -CONFIGURE_ACTION=./configure --without-x --enable-multithreaded --enable-exceptions +CONFIGURE_ACTION=./configure --without-libpaper-library --without-x --enable-multithreaded --enable-exceptions .ENDIF BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS) |