echo off REM * This script is deprecated for OS/2 libc 06x building! Use the configure REM * mechanism. Run the following commands your OS/2 shell: REM * REM * set CFLAGS=-g -Zomf -O3 -march=pentium -mcpu=pentium4 REM * set CXXFLAGS=-g -Zomf -O3 -march=pentium -mcpu=pentium4 REM * set LDFLAGS=-s -Zsym -Zmap -Zhigh-mem -Zomf -Zexe -Zargs-wild -Zargs-resp REM * set LN_CP_F=cp.exe REM * set RANLIb=echo REM * set AR=emxomfar -p128 REM * sh -c "./configure --enable-spawn" REM * make.exe cls rem *** This is the make command file that is used under OS/2 to make the rem *** first version of dmake. It isn't pretty but it does work, assuming rem *** the compilers have been correctly setup. rem if %0%1 == %0 goto error if %1 == os2-ibm goto mkibm if %1 == os2-ibm3 goto mkibm3 if %1 == winnt-bcc40 goto mkwntb40 if %1 == winnt-bcc45 goto mkwntb45 if %1 == winnt-bcc50 goto mkwntb50 if %1 == winnt-vpp40 goto mkwntv40 rem label the possible DOS variations for dmake here. :error echo OS/2 INDEX: You must specify one of: echo ------------------ echo os2-ibm - IBM OS/2 ICC compile. echo os2-ibm3 - IBM OS/2 ICC3 compile. echo winnt-bcc40 - Windows-NT Borland C++ 4.0 Compile echo winnt-bcc45 - Windows-NT Borland C++ 4.5 Compile echo winnt-bcc50 - Windows-NT Borland C++ 5.0 Compile echo winnt-vpp40 - Windows-NT Microsoft VC++ 4.0 Compile goto end rem This is the script that bilds OS/2 dmake using IBM ICC Compiler :mkibm os2\ibm\icc\mk.cmd goto end :mkibm3 os2\ibm\icc3\mk.cmd goto end rem This is the script that makes 32-bit dmake using Borland C++ 4.0. :mkwntb40 cls echo WARNING: echo The default response files: echo winnt\borland\bcc40\obj.rsp echo winnt\borland\bcc40\lib.rsp echo contain absolute paths to Borland C++ runtime startup objects, and to echo the standard libraries. You should check that these files contain echo the correct path names for your installation of Borland C++ before echo proceeding further. Also check that the mkdir command at the start echo of the response file and the copy command at the end of the response echo file will work on your system. echo -- echo Continue if ok, or abort and edit the response files. pause winnt\borland\bcc40\mk.bat goto end rem This is the script that makes 32-bit dmake using Borland C++ 4.5. :mkwntb45 cls echo WARNING: echo The default response files: echo winnt\borland\bcc45\obj.rsp echo winnt\borland\bcc45\lib.rsp echo contain absolute paths to Borland C++ runtime startup objects, and to echo the standard libraries. You should check that these files contain echo the correct path names for your installation of Borland C++ before echo proceeding further. Also check that the mkdir command at the start echo of the response file and the copy command at the end of the response echo file will work on your system. echo -- echo Continue if ok, or abort and edit the response files. pause winnt\borland\bcc45\mk.bat goto end rem All done! rem This is the script that makes 32-bit dmake using Borland C++ 5.0. :mkwntb50 cls echo WARNING: echo The default response files: echo winnt\borland\bcc50\obj.rsp echo winnt\borland\bcc50\lib.rsp echo contain absolute paths to Borland C++ runtime startup objects, and to echo the standard libraries. You should check that these files contain echo the correct path names for your installation of Borland C++ before echo proceeding further. Also check that the mkdir command at the start echo of the response file and the copy command at the end of the response echo file will work on your system. echo -- echo Continue if ok, or abort and edit the response files. pause winnt\borland\bcc50\mk.bat goto end :mkwntv40 winnt\microsft\vpp40\mk.bat goto end rem All done! :end labora/cp-4.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)Author
2015-10-05tdf#83531 Opening WebDAV URL WebDav fails if write is restrictedGiuseppe Castagno
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-24boost->stdCaolán McNamara
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-17"unnamed namespaces don't work well yet" is no longer trueStephan Bergmann
2015-09-16Related rhbz#1259746: Buffer file content read from GIO UCPStephan Bergmann
2015-09-10ucb: fix another duplicate WeakImplHelper<XInteractionRequest>Michael Stahl
2015-09-10ucb: fix mergedlib duplicate WeakImplHelper<XInteractionRequest>Michael Stahl
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Add vnd.sun.star.webdavs URL schemeStephan Bergmann
2015-08-27Apply webdav-neon/ fix to webdav/, tooStephan Bergmann
2015-08-27Missing davs URL scheme handlingStephan Bergmann
2015-08-27Clean up initialization of UcbPropertiesManager::m_pPropsStephan Bergmann
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara
2015-08-21loplugin: defaultparamsNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-18cppcheck:noExplicitConstructor in webdav, serf versionGiuseppe Castagno
2015-08-17Clean up reinterpret_castsStephan Bergmann
2015-08-17loplugin:cstylecastStephan Bergmann
2015-08-17cppcheck:noExplicitConstructorGiuseppe Castagno
2015-08-14CMIS: remember new session for each userSzymon Kłos
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03inline some use-once typedefsNoel Grandin
2015-08-03remove some unused typedefsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin