diff options
author | obo <obo@openoffice.org> | 2010-06-23 13:38:34 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-23 13:38:34 +0200 |
commit | 21ed639205bee84844d3eca56b25cb09d8d58dff (patch) | |
tree | 8841054959b7b9bdb4de20a92afb8a463d5daf82 /mdds/prj | |
parent | 6057d363a5fc3b7d6c0a01983f083f7daa045d3d (diff) |
koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.
Diffstat (limited to 'mdds/prj')
-rw-r--r-- | mdds/prj/build.lst | 3 | ||||
-rw-r--r-- | mdds/prj/d.lst | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mdds/prj/build.lst b/mdds/prj/build.lst new file mode 100644 index 000000000000..da7d095cf7b5 --- /dev/null +++ b/mdds/prj/build.lst @@ -0,0 +1,3 @@ +mdd mdds : solenv BOOST:boost NULL +mdd mdds usr1 - all mdd_mkout NULL +mdd mdds nmake - all mdd_mdds NULL diff --git a/mdds/prj/d.lst b/mdds/prj/d.lst new file mode 100644 index 000000000000..65cafee5cdc0 --- /dev/null +++ b/mdds/prj/d.lst @@ -0,0 +1,5 @@ +mkdir: %_DEST%\inc%_EXT%\mdds + +..\%__SRC%\inc\mdds\* %_DEST%\inc%_EXT%\mdds + + |