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 | 9863bdb05938b4bbabd410df1b6cdbc1b7c0d0ca (patch) | |
tree | bebd911bda4a816c24ac7edd004ed6d7c41828b4 /xpdf | |
parent | d36b69ef515f54f466763414d8345a6f233c6aae (diff) |
CWS-TOOLING: integrate CWS vcl95
Diffstat (limited to 'xpdf')
-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 a6431b587e57..fc3fd431d26d 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) |