diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 22:57:13 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 22:57:13 -0800 |
commit | 1bb1ce141783168d44a38cd1bb6b822eb13114fc (patch) | |
tree | b72d5afb9da6d9e92e685fb7a689342491600180 /B/prepare.bat | |
download | lzo-1bb1ce141783168d44a38cd1bb6b822eb13114fc.tar.gz lzo-1bb1ce141783168d44a38cd1bb6b822eb13114fc.tar.bz2 lzo-1bb1ce141783168d44a38cd1bb6b822eb13114fc.zip |
Imported Upstream version 2.03upstream/2.03
Diffstat (limited to 'B/prepare.bat')
-rw-r--r-- | B/prepare.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/B/prepare.bat b/B/prepare.bat new file mode 100644 index 0000000..2c958f2 --- /dev/null +++ b/B/prepare.bat @@ -0,0 +1,10 @@ +@call b\unset.bat
+@call b\clean.bat
+
+@set CFI=-Iinclude -I.
+@set CFASM=-DLZO_USE_ASM
+@set BNAME=lzo2
+@set BLIB=lzo2.lib
+@set BDLL=lzo2.dll
+
+@echo Compiling, please be patient...
|