summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/mesaw32.BAT
blob: 6ee578b395106b663c21d43a623c367dd3d4f046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off

set _argc=0
:loops
if [%1] == [] goto loope
If _argc == 0 set _args=%1
If Not _argc == 0 set _args=%_args% %1
set _argc=1
shift
goto loops
:loope

if %_argc% == 0 set _args=help

cd win32
nmake /f nmake.mak %_args%
cd ..

set _args=
set _argc=