mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-10 05:11:37 -07:00
6 lines
104 B
Batchfile
6 lines
104 B
Batchfile
@echo off
|
|
:odin run . -vet
|
|
odin build . -build-mode:dll
|
|
|
|
:dumpbin /EXPORTS big.dll
|
|
python test.py |