1
0
Fork 0
eightysix/build.bat

12 lines
139 B
Batchfile

@echo off
setlocal
pushd "%~dp0"
if not exist ".\build" mkdir ".\build"
pushd .\build
cl ..\src\main.c /Feapp.exe /nologo
popd .\build