summaryrefslogtreecommitdiff
path: root/store/prj/d.lst
blob: 0cc1fc67b573602018340f418efdd2a579fa74b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mkdir: %_DEST%\inc%_EXT%\store
..\inc\store\*.h %_DEST%\inc%_EXT%\store\*.h
..\inc\store\store.hxx %_DEST%\inc%_EXT%\store\store.hxx
..\inc\store\store.inl %_DEST%\inc%_EXT%\store\store.inl
..\util\store.xml %_DEST%\xml%_EXT%\store.xml

..\%__SRC%\lib\istore.lib %_DEST%\lib%_EXT%\istore.lib
..\%__SRC%\lib\libstore*.dll.a %_DEST%\lib%_EXT%\libstore*.dll.a
..\%__SRC%\lib\libstore.*.* %_DEST%\lib%_EXT%\*
..\%__SRC%\bin\sto*.dll %_DEST%\bin%_EXT%\sto*.dll



linklib: libstore.*.*
Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-17Fix various XServiceInfo implementationsStephan Bergmann 2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin 2015-01-20Some more loplugin:cstylecast: ioStephan Bergmann 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-16io: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-26Fix C4716: 'anonymous namespace'::Input::readBytes : must return a valueTor Lillqvist 2014-11-24Unit test for fdo#79941 (handle short reads)Stephan Bergmann 2014-11-21fdo#79941: Properly handle short readsStephan Bergmann 2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-09-29loplugin: cstylecastNoel Grandin 2014-08-25set names on a bunch more threads...Michael Stahl 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-06-02fdo#68849: Add header guards to all include filesJens Carl 2014-05-30fix . in #defineNoel Grandin 2014-05-30fdo#68849: Add header guards to all include filesJens Carl 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-04-23io: sal_Bool->boolNoel Grandin 2014-04-22second test should be DataOutputStreamStephan Bergmann 2014-04-18Typo: s/shure/sureTor Lillqvist