diff options
author | Thorsten Behrens <thb@openoffice.org> | 2006-05-31 08:49:45 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2006-05-31 08:49:45 +0000 |
commit | ef0bbaaf42d5d1784ab158d1b6b0535459702823 (patch) | |
tree | 89fa01c3069b3fc4f3afbe8850b001c755b8e787 /basebmp/prj | |
parent | c16e3ab6fba4dc9a7217c97b198a801dcca94ee0 (diff) |
#i65904# Initial revision
Diffstat (limited to 'basebmp/prj')
-rw-r--r-- | basebmp/prj/build.lst | 4 | ||||
-rw-r--r-- | basebmp/prj/d.lst | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/basebmp/prj/build.lst b/basebmp/prj/build.lst new file mode 100644 index 000000000000..36813ae257d8 --- /dev/null +++ b/basebmp/prj/build.lst @@ -0,0 +1,4 @@ +bx basebmp : sal vigra basegfx boost NULL +bx basebmp usr1 - all bx_mkout NULL +bx basebmp\source nmake - all bx_source NULL +bx basebmp\util nmake - all bx_util bx_source NULL diff --git a/basebmp/prj/d.lst b/basebmp/prj/d.lst new file mode 100644 index 000000000000..03cfbcd3fe25 --- /dev/null +++ b/basebmp/prj/d.lst @@ -0,0 +1,10 @@ +..\%__SRC%\lib\ibasebmp.lib %_DEST%\lib%_EXT%\ibasebmp.lib + +..\%__SRC%\bin\basebmp?????.dll %_DEST%\bin%_EXT%\basebmp?????.dll + +..\%__SRC%\lib\libbasebmp?????.* %_DEST%\lib%_EXT%\libbasebmp?????.* +..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib + +mkdir: %_DEST%\inc%_EXT%\basebmp +..\inc\basebmp\*.hxx %_DEST%\inc%_EXT%\basebmp\*.hxx |