diff options
| author | daniel <daniel@planethacker.net> | 2025-05-07 08:31:50 -0700 |
|---|---|---|
| committer | daniel <daniel@planethacker.net> | 2025-05-07 08:31:50 -0700 |
| commit | 8e362ebc3c07c6786914508a4d37f0dfec5959c7 (patch) | |
| tree | 47c8e943e0323c13d7191d591be9041086b054a0 /make.bat | |
Diffstat (limited to 'make.bat')
| -rw-r--r-- | make.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make.bat b/make.bat new file mode 100644 index 0000000..2e633fb --- /dev/null +++ b/make.bat @@ -0,0 +1,4 @@ +@ECHO OFF + +:: compile verifier dll +cl.exe /W0 /D_USRDLL /D_WINDLL verifier.cpp /MT /link /subsystem:console /DLL /OUT:vrf.dll |
