diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:25:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:30:38 +0300 |
commit | 64a5712e6f8f544b292fcb988b3fbdd9f51945f3 (patch) | |
tree | e8e7308091af0f9af32338590da6c0b1d22a7fe2 /instsetoo_native/prj | |
parent | 8902a647b0c092fa14cf5463e64923fbef4559be (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'instsetoo_native/prj')
-rw-r--r-- | instsetoo_native/prj/d.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/instsetoo_native/prj/d.lst b/instsetoo_native/prj/d.lst index 4a1f33b51071..c4156b75bc43 100644 --- a/instsetoo_native/prj/d.lst +++ b/instsetoo_native/prj/d.lst @@ -1,3 +1,3 @@ -mkdir: %_DEST%\pus%_EXT% -..\%COMMON_OUTDIR%\bin\hid\userfeedback_VCL_names.csv %COMMON_DEST%\bin%_EXT%\userfeedback_VCL_names.csv -..\%__SRC%\misc\*.update.xml %_DEST%\pus%_EXT%\*.update.xml +mkdir: %_DEST%\pus +..\%COMMON_OUTDIR%\bin\hid\userfeedback_VCL_names.csv %COMMON_DEST%\bin\userfeedback_VCL_names.csv +..\%__SRC%\misc\*.update.xml %_DEST%\pus\*.update.xml |