From e3b4d24ccc37239484aa73b72c05583f6157b691 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau <hjs@openoffice.org> Date: Thu, 9 Aug 2001 11:45:12 +0000 Subject: STLport-4.0 --- stlport/prj/build.lst | 2 ++ stlport/prj/d.lst | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 stlport/prj/build.lst create mode 100644 stlport/prj/d.lst (limited to 'stlport/prj') diff --git a/stlport/prj/build.lst b/stlport/prj/build.lst new file mode 100644 index 000000000000..739e0ab9753f --- /dev/null +++ b/stlport/prj/build.lst @@ -0,0 +1,2 @@ +sl stlport : NULL +sl stlport nmake - all sl_mkout NULL diff --git a/stlport/prj/d.lst b/stlport/prj/d.lst new file mode 100644 index 000000000000..6f8e0999b9c7 --- /dev/null +++ b/stlport/prj/d.lst @@ -0,0 +1,21 @@ +mkdir: %_DEST%\inc%_EXT%\stl +mkdir: %_DEST%\inc%_EXT%\stl\stl +mkdir: %_DEST%\inc%_EXT%\stl\stl\debug +mkdir: %_DEST%\inc%_EXT%\stl\stl\wrappers +mkdir: %_DEST%\inc%_EXT%\stl\config +mkdir: %_DEST%\inc%_EXT%\stl\using +mkdir: %_DEST%\inc%_EXT%\stl\using\h +mkdir: %_DEST%\inc%_EXT%\stl\wrap_std +mkdir: %_DEST%\inc%_EXT%\stl\wrap_std\h +..\%__SRC%\inc\*.SUNWCCH %_DEST%\inc%_EXT%\stl\* +..\%__SRC%\inc\stlport\* %_DEST%\inc%_EXT%\stl\* +..\%__SRC%\inc\stlport\stl\* %_DEST%\inc%_EXT%\stl\stl\* +..\%__SRC%\inc\stlport\stl\debug\* %_DEST%\inc%_EXT%\stl\stl\debug\* +..\%__SRC%\inc\stlport\stl\wrappers\* %_DEST%\inc%_EXT%\stl\stl\wrappers\* +..\%__SRC%\inc\stlport\config\* %_DEST%\inc%_EXT%\stl\config\* +..\%__SRC%\inc\stlport\using\* %_DEST%\inc%_EXT%\stl\using\* +..\%__SRC%\inc\stlport\using\h\* %_DEST%\inc%_EXT%\stl\using\h\* +..\%__SRC%\inc\stlport\wrap_std\* %_DEST%\inc%_EXT%\stl\wrap_std\* +..\%__SRC%\inc\stlport\wrap_std\h\* %_DEST%\inc%_EXT%\stl\wrap_std\h\* +..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%\lib*.so +..\%__SRC%\lib\lib*.a %_DEST%\lib%_EXT%\lib*.a -- cgit