diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:46:37 +0300 |
commit | 4fa3eefdb356be5492af028b7127400c859b674a (patch) | |
tree | e76f031d677cabe768f9d4b13baa7c3d4b6cd521 /sax/prj | |
parent | 86e150edc80d2430f5f6cc309f736110d9ece934 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'sax/prj')
-rw-r--r-- | sax/prj/d.lst | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sax/prj/d.lst b/sax/prj/d.lst index 86617b9f3ed2..9534663d5bfb 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -1,17 +1,17 @@ -..\%__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 -..\%__SRC%\misc\fastsax.component %_DEST%\xml%_EXT%\fastsax.component -..\%__SRC%\misc\sax.component %_DEST%\xml%_EXT%\sax.component -..\%__SRC%\misc\sax.inbuild.component %_DEST%\xml%_EXT%\sax.inbuild.component +..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll +..\%__SRC%\lib\*.so %_DEST%\lib\*.so +..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib +..\%__SRC%\lib\*.lib %_DEST%\lib\*.lib +..\%__SRC%\misc\fastsax.component %_DEST%\xml\fastsax.component +..\%__SRC%\misc\sax.component %_DEST%\xml\sax.component +..\%__SRC%\misc\sax.inbuild.component %_DEST%\xml\sax.inbuild.component -mkdir: %_DEST%\inc%_EXT%\sax -mkdir: %_DEST%\inc%_EXT%\sax\tools -..\inc\sax\dllapi.h %_DEST%\inc%_EXT%\sax\dllapi.h -..\inc\sax\fshelper.hxx %_DEST%\inc%_EXT%\sax\fshelper.hxx -..\inc\sax\fastattribs.hxx %_DEST%\inc%_EXT%\sax\fastattribs.hxx -..\inc\sax\tools\converter.hxx %_DEST%\inc%_EXT%\sax\tools\converter.hxx -..\inc\sax\tools\documenthandleradapter.hxx %_DEST%\inc%_EXT%\sax\tools\documenthandleradapter.hxx +mkdir: %_DEST%\inc\sax +mkdir: %_DEST%\inc\sax\tools +..\inc\sax\dllapi.h %_DEST%\inc\sax\dllapi.h +..\inc\sax\fshelper.hxx %_DEST%\inc\sax\fshelper.hxx +..\inc\sax\fastattribs.hxx %_DEST%\inc\sax\fastattribs.hxx +..\inc\sax\tools\converter.hxx %_DEST%\inc\sax\tools\converter.hxx +..\inc\sax\tools\documenthandleradapter.hxx %_DEST%\inc\sax\tools\documenthandleradapter.hxx -dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" +dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib\*.dylib; fi" |