This repository has been archived on 2022-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
lets/pp/oppai-ng/build.bat

12 lines
209 B
Batchfile

@echo off
del oppai.exe >nul 2>&1
del oppai.obj >nul 2>&1
cl -D_CRT_SECURE_NO_WARNINGS=1 ^
-DNOMINMAX=1 ^
-O2 ^
-nologo -MT -Gm- -GR- -EHsc -W4 ^
main.c ^
-Feoppai.exe ^
|| EXIT /B 1