summaryrefslogtreecommitdiff
path: root/B/prepare.bat
blob: 34bac191ac71255df7a7deba63148255e514ac41 (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...