mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 20:58:19 +00:00
4 lines
199 B
Batchfile
4 lines
199 B
Batchfile
|
call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat"
|
||
|
lib /DEF:unicorn.def /OUT:unicorn_staload.lib /MACHINE:X86
|
||
|
lib /DEF:unicorn.def /OUT:unicorn_staload64.lib /MACHINE:X64
|