Files
Raphael Mudge d080131331 Initial commit.
2020-09-16 22:10:49 -04:00

6 lines
122 B
Batchfile

@echo off
set PLAT="x86"
IF "%Platform%"=="x64" set PLAT="x64"
cl.exe /GS- /c src/zerologon.c /Fodist/zerologon.%PLAT%.o