diff options
Diffstat (limited to 'nlpsolver')
-rw-r--r-- | nlpsolver/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk index 541802e640d4..451e1b377c30 100644 --- a/nlpsolver/makefile.mk +++ b/nlpsolver/makefile.mk @@ -6,10 +6,6 @@ # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.10 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify @@ -46,9 +42,6 @@ TARFILE_MD5=90401bca927835b6fbae4a707ed187c8 TARFILE_NAME=nlpsolver-0.9 TARFILE_ROOTDIR=nlpsolver-0.9 -#ADDITIONAL_FILES= \ -# toolsrc/org/mozilla/javascript/tools/debugger/OfficeScriptInfo.java - PATCH_FILES=nlpsolver-0.9.patch ANT_FLAGS+=-Dplatforms.JDK_1.5.home=$(JAVA_HOME) -Doffice.program.dir=$(SOLARBINDIR) |