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

@if "%LZODIR%"=="" if exist b\all\prepare.bat call b\all\prepare.bat
@if "%LZODIR%"=="" set LZODIR=..\lzo-2.01
@set CFI=-I. -I%LZODIR%\include

@set BNAME=lzop
@set BEXE=lzop.exe
@set BLDLIBS=lzo2.lib

@echo Compiling, please be patient...