diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:25:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:25:56 +0300 |
commit | d32db65e8ffb848e23d6521550aeaa3f210fe9de (patch) | |
tree | 6cf30e4284c6478ade5619c0a4d0c1dd3679f2ba /crashrep/prj/d.lst | |
parent | 953524f87e4271ad9550ae81c087f29e43a6afd5 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'crashrep/prj/d.lst')
-rw-r--r-- | crashrep/prj/d.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/prj/d.lst b/crashrep/prj/d.lst index a53aacc4659c..3ca113bb2284 100644 --- a/crashrep/prj/d.lst +++ b/crashrep/prj/d.lst @@ -1,3 +1,3 @@ -..\%__SRC%\bin\soreport.exe %_DEST%\bin%_EXT%\crashrep.exe -..\%__SRC%\bin\soreport.exe.manifest %_DEST%\bin%_EXT%\crashrep.exe.manifest -..\%__SRC%\bin\crashrep %_DEST%\bin%_EXT%\crashrep +..\%__SRC%\bin\soreport.exe %_DEST%\bin\crashrep.exe +..\%__SRC%\bin\soreport.exe.manifest %_DEST%\bin\crashrep.exe.manifest +..\%__SRC%\bin\crashrep %_DEST%\bin\crashrep |