summaryrefslogtreecommitdiff
path: root/B/win32/rsxnt.bat
diff options
context:
space:
mode:
Diffstat (limited to 'B/win32/rsxnt.bat')
-rw-r--r--B/win32/rsxnt.bat19
1 files changed, 19 insertions, 0 deletions
diff --git a/B/win32/rsxnt.bat b/B/win32/rsxnt.bat
new file mode 100644
index 0000000..10a6805
--- /dev/null
+++ b/B/win32/rsxnt.bat
@@ -0,0 +1,19 @@
+@echo // Copyright (C) 1996-2010 Markus F.X.J. Oberhumer
+@echo //
+@echo // Windows 32-bit
+@echo // rsxnt + gcc
+@echo //
+@call b\prepare.bat
+@if "%BECHO%"=="n" echo off
+
+
+gcc -Zwin32 -Zsys -mprobe -Wall -O2 %CFI% -s -o %BEXE% @b\src.rsp -L. -llzo2
+@if errorlevel 1 goto error
+
+
+@call b\done.bat
+@goto end
+:error
+@echo ERROR during build!
+:end
+@call b\unset.bat