source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/win32_res_maketarget.bat @ 2196

Revision 2196, 220 bytes checked in by szirmay, 17 years ago (diff)
Line 
1@echo off
2setlocal
3call win32_env.bat
4
5echo Using target %1
6
7set PARAM=-f "%S3D_SDKDIR%\utility\buildres\project_win32.s3d_scons" %1
8scons %PARAM%
9if not errorlevel 1 goto ok
10echo shark3d_error
11exit /B 1
12:ok
Note: See TracBrowser for help on using the repository browser.