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 /dtrans | |
parent | 86e150edc80d2430f5f6cc309f736110d9ece934 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/prj/d.lst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dtrans/prj/d.lst b/dtrans/prj/d.lst index 955aa075f24b..d2332c2802ea 100644 --- a/dtrans/prj/d.lst +++ b/dtrans/prj/d.lst @@ -1,14 +1,14 @@ -..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib +..\%__SRC%\lib\lib*.so %_DEST%\lib +..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll +..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib -..\source\win32\clipb\sysdtrans.xml %_DEST%\xml%_EXT%\sysdtrans.xml -..\source\win32\dnd\dnd.xml %_DEST%\xml%_EXT%\dnd.xml -..\source\win32\ftransl\ftransl.xml %_DEST%\xml%_EXT%\ftransl.xml -..\source\cnttype\mcnttype.xml %_DEST%\xml%_EXT%\mcnttype.xml -..\source\generic\dtrans.xml %_DEST%\xml%_EXT%\dtrans.xml -..\%__SRC%\misc\dnd.component %_DEST%\xml%_EXT%\dnd.component -..\%__SRC%\misc\dtrans.component %_DEST%\xml%_EXT%\dtrans.component -..\%__SRC%\misc\ftransl.component %_DEST%\xml%_EXT%\ftransl.component -..\%__SRC%\misc\mcnttype.component %_DEST%\xml%_EXT%\mcnttype.component -..\%__SRC%\misc\sysdtrans.component %_DEST%\xml%_EXT%\sysdtrans.component +..\source\win32\clipb\sysdtrans.xml %_DEST%\xml\sysdtrans.xml +..\source\win32\dnd\dnd.xml %_DEST%\xml\dnd.xml +..\source\win32\ftransl\ftransl.xml %_DEST%\xml\ftransl.xml +..\source\cnttype\mcnttype.xml %_DEST%\xml\mcnttype.xml +..\source\generic\dtrans.xml %_DEST%\xml\dtrans.xml +..\%__SRC%\misc\dnd.component %_DEST%\xml\dnd.component +..\%__SRC%\misc\dtrans.component %_DEST%\xml\dtrans.component +..\%__SRC%\misc\ftransl.component %_DEST%\xml\ftransl.component +..\%__SRC%\misc\mcnttype.component %_DEST%\xml\mcnttype.component +..\%__SRC%\misc\sysdtrans.component %_DEST%\xml\sysdtrans.component |