diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-10 11:51:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-10 11:51:34 +0000 |
commit | 0bdcc054370f89f1363be96ed1996d6cb840ec1a (patch) | |
tree | 8bef2b202e34db11adc66426063a808eb1132009 /sax/prj | |
parent | 02f55dbc8f8684b7967316d4be5bfa7b9da20085 (diff) |
INTEGRATION: CWS xmlfilter02 (1.8.44); FILE MERGED
2007/05/08 14:46:22 dr 1.8.44.8: #i10000# remove hedabu
2007/02/27 12:44:45 dr 1.8.44.7: deliver all libs...
2007/02/20 14:14:01 dr 1.8.44.6: deliver all libs
2007/01/24 14:27:43 cl 1.8.44.5: added new fast parser, removed prototyp saxparser
2007/01/18 05:06:18 cl 1.8.44.4: RESYNC: (1.9-1.11); FILE MERGED
2006/05/08 14:31:49 cl 1.8.44.3: new token based sax implementation
2006/05/02 14:07:34 cl 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED
2006/02/14 18:34:46 cl 1.8.44.1: added initial libxml2 wrapper
Diffstat (limited to 'sax/prj')
-rw-r--r-- | sax/prj/d.lst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sax/prj/d.lst b/sax/prj/d.lst index d7b9b3f0c231..3cffb18fe1f6 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -1,3 +1,11 @@ -..\%__SRC%\bin\sax*.dll %_DEST%\bin%_EXT%\sax*.dll -..\%__SRC%\lib\sax.uno.so %_DEST%\lib%_EXT%\sax.uno.so +..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll +..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so ..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib +..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%\*.lib + +mkdir: %_DEST%\inc%_EXT%\sax +mkdir: %_DEST%\inc%_EXT%\sax\tools +..\inc\sax\dllapi.h %_DEST%\inc%_EXT%\sax\dllapi.h +..\inc\sax\tools\converter.hxx %_DEST%\inc%_EXT%\sax\tools\converter.hxx + +dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |