diff options
Diffstat (limited to 'xmlsecurity/prj')
-rw-r--r-- | xmlsecurity/prj/build.lst | 10 | ||||
-rw-r--r-- | xmlsecurity/prj/d.lst | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/xmlsecurity/prj/build.lst b/xmlsecurity/prj/build.lst new file mode 100644 index 000000000000..5659e9664996 --- /dev/null +++ b/xmlsecurity/prj/build.lst @@ -0,0 +1,10 @@ +xs xmlsecurity : xmloff offapi unoil svx moz NULL +xs xmlsecurity usr1 - all xs_mkout NULL +xs xmlsecurity\source\framework nmake - all xs_fw NULL +xs xmlsecurity\source\xmlsec\nss nmake - all xs_nss NULL +xs xmlsecurity\source\xmlsec\mscrypt nmake - all xs_mscrypt NULL +xs xmlsecurity\source\xmlsec nmake - all xs_xmlsec xs_nss xs_mscrypt NULL +xs xmlsecurity\source\helper nmake - all xs_helper NULL +xs xmlsecurity\source\dialogs nmake - all xs_dialogs NULL +xs xmlsecurity\source\component nmake - all xs_component NULL +xs xmlsecurity\util nmake - all xs_util xs_fw xs_xmlsec xs_nss xs_mscrypt xs_helper xs_dialogs xs_component NULL diff --git a/xmlsecurity/prj/d.lst b/xmlsecurity/prj/d.lst new file mode 100644 index 000000000000..a0b6506e7956 --- /dev/null +++ b/xmlsecurity/prj/d.lst @@ -0,0 +1,4 @@ +..\%__SRC%\bin\xsec_fw.dll %_DEST%\bin%_EXT%\xsec_fw.dll +..\%__SRC%\bin\xsec_xmlsec.dll %_DEST%\bin%_EXT%\xsec_xmlsec.dll +..\%__SRC%\bin\xmlsecurity.dll %_DEST%\bin%_EXT%\xmlsecurity.dll + |