summaryrefslogtreecommitdiff
path: root/app/lzo/B/prepare.bat
blob: 5f70fb77cdc2b278486e5e3b9e04ba4bb3106e71 (plain)
1
2
3
4
5
6
7
8
9
10
@call b\unset.bat
@call b\clean.bat

@set CFI=-Iinclude -I. -Isrc
@set CFASM=-DLZO_USE_ASM
@set BNAME=lzo2
@set BLIB=lzo2.lib
@set BDLL=lzo2.dll

@echo Compiling, please be patient...