merge the formfield patch from ooo-build
[ooovba.git] / framework / test / typecfg / build.btm
blobf984a114629684af13d1018807a5c7b6924eb278
1 @echo off
3 pushd
5 rem Set flag to enable special mechanism of "FilterCache".
6 rem This works for windows only! ... this batch too :-)
7 set ENVCFLAGS=-DENABLE_GENERATEFILTERCACHE
9 rem Touch header file ...
10 cd ..\..\inc\classes
11 attrib -r .\filtercache.hxx
12 touch .\filtercache.hxx
14 rem ... and start new build of library.
15 cd ..\..
16 call build debug=true
18 rem Build command line tool too.
19 cd test\typecfg
20 call dmake debug=true
22 rem Don't forget to disable build flag!
23 unset ENVCFLAGS
25 popd
26 echo on