5 lines
84 B
Batchfile
5 lines
84 B
Batchfile
@echo off
|
|
set "LAMEXP_CONFIG=Release_Static"
|
|
set "LAMEXP_REDIST=0"
|
|
call _deploy.bat
|