Files
pilotclient/mkspecs/features/touch.prf

7 lines
85 B
Plaintext

win32:isEmpty(MINGW_IN_SHELL) {
TOUCH = copy /y nul
}
else {
TOUCH = touch
}