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

Revision 2196, 399 bytes checked in by szirmay, 17 years ago (diff)
Line 
1@echo off
2setlocal
3call win32_env.bat
4
5set EDITOR_WIDTH=0
6set EDITOR_HEIGHT=0
7
8SET BINDIR=%S3D_SDKDIR%\bin\win32_vc7x1\%S3D_TOOLCFG%
9set EDITOR_CMD="%BINDIR%\shark3d_gui_app.exe"
10set EDITOR_CMD=%EDITOR_CMD% win32_editor.cfg
11set EDITOR_CMD=%EDITOR_CMD% -startuptree src/res/
12set EDITOR_CMD=%EDITOR_CMD% -width %EDITOR_WIDTH% -height %EDITOR_HEIGHT%
13start "Shark 3D Editor" %EDITOR_CMD%
Note: See TracBrowser for help on using the repository browser.