This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/binw/mks_co.bat

7 lines
123 B
Batchfile

@echo off
@rem From IDE: pause=%1, name=%2, project=%3, target=%4
co -l -y! %2
if [%1]==[no_pause] goto done
pause
:done