You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
152 B
Batchfile
5 lines
152 B
Batchfile
4 years ago
|
@echo off
|
||
|
REM -Zi for debugging
|
||
|
cl -nologo -DBUILD_WIN32=1 -FC -O2 -TC -EHsc btime.c /link
|
||
|
@if ERRORLEVEL 1 exit /B 1
|
||
|
robocopy . ../ btime.exe > nul
|