mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 08:41:31 -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 |