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
154 B
Batchfile
5 lines
154 B
Batchfile
5 years ago
|
@echo off
|
||
|
REM -Zi for debugging
|
||
4 years ago
|
cl -nologo -DBUILD_WIN32=1 -FC -O2 -TC -EHsc aetime.c /link
|
||
5 years ago
|
@if ERRORLEVEL 1 exit /B 1
|
||
|
robocopy . ../ aetime.exe > nul
|