Changeset 78


Ignore:
Timestamp:
Jul 9, 2009, 9:11:41 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/os2-g++: Apparently, the copy command doesn't accept the /Y switch despite stated in the help.

File:
1 edited

Legend:

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

    r43 r78  
    118118    QMAKE_CHK_DIR_EXISTS    = test -d
    119119} else {
    120     QMAKE_COPY          = copy /y
     120    QMAKE_COPY          = copy
    121121    QMAKE_COPY_DIR      = xcopy /s /e /o
    122122    QMAKE_MOVE          = move
Note: See TracChangeset for help on using the changeset viewer.