summaryrefslogtreecommitdiff
path: root/B/win32/pw32.bat
diff options
context:
space:
mode:
authorHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:49:08 +0900
committerHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:49:08 +0900
commitb10cd084cf1cdad179efa65f3a1f8399c2d443e5 (patch)
tree32e329de8dc8ba2395bb962f1695b4702ef11fe7 /B/win32/pw32.bat
parenta83fc9cd1e8b00df9de50d6285680a8e19d419f1 (diff)
downloadlzop-tizen_2.0.tar.gz
lzop-tizen_2.0.tar.bz2
lzop-tizen_2.0.zip
Diffstat (limited to 'B/win32/pw32.bat')
-rw-r--r--B/win32/pw32.bat19
1 files changed, 19 insertions, 0 deletions
diff --git a/B/win32/pw32.bat b/B/win32/pw32.bat
new file mode 100644
index 0000000..148d550
--- /dev/null
+++ b/B/win32/pw32.bat
@@ -0,0 +1,19 @@
+@echo // Copyright (C) 1996-2010 Markus F.X.J. Oberhumer
+@echo //
+@echo // Windows 32-bit
+@echo // PW32 + gcc
+@echo //
+@call b\prepare.bat
+@if "%BECHO%"=="n" echo off
+
+
+gcc -x c -O2 -Wall %CFI% -s -o %BEXE% src/*.c -L. -llzo2 -Wl,-Map,%BNAME%.map
+@if errorlevel 1 goto error
+
+
+@call b\done.bat
+@goto end
+:error
+@echo ERROR during build!
+:end
+@call b\unset.bat