source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/Shark3D/demo_v5x0x7_t164x31u_enterpr_kwin32/win32_editor.bat @ 2330

Revision 2330, 399 bytes checked in by igarcia, 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.