summaryrefslogtreecommitdiff
path: root/B/prepare.bat
diff options
context:
space:
mode:
Diffstat (limited to 'B/prepare.bat')
-rw-r--r--B/prepare.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/B/prepare.bat b/B/prepare.bat
new file mode 100644
index 0000000..a3386d8
--- /dev/null
+++ b/B/prepare.bat
@@ -0,0 +1,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...