Changeset 526


Ignore:
Timestamp:
Feb 5, 2010, 12:36:37 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake/os2: Use a wrapper for xcopy to avoid weird interactive questions whether the destination is a file or a directory.

Location:
trunk/mkspecs/os2-g++
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qmake.conf

    r507 r526  
    136136    QMAKE_DIR_SEP       = /
    137137    QMAKE_COPY          = cp
    138     QMAKE_COPY_DIR      = xcopy /s /e /o
     138    QMAKE_COPY_DIR      =
    139139    QMAKE_MOVE          = mv
    140140    QMAKE_DEL_FILE      = rm
     
    144144} else {
    145145    QMAKE_COPY          = copy
    146     QMAKE_COPY_DIR      = xcopy /s /e /o
     146    QMAKE_COPY_DIR      =
    147147    QMAKE_MOVE          = move
    148148    QMAKE_DEL_FILE      = del
Note: See TracChangeset for help on using the changeset viewer.