1@echo off 2 3%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe gfx_UserShader0.vsh 4%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe gfx_UserShader1.vsh 5%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe gfx_UserShader2.vsh 6%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe gfx_UserShader3.vsh 7%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe UserTransformMatrix.vsh 8%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe UserCalcColor.vsh 9%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe CalcTexcoord0.vsh 10%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe CalcTexcoord1.vsh 11%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe CalcTexcoord2.vsh 12%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe CalcQuaternion.vsh 13%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe GetTexcoordSource.vsh 14%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe CalcHemisphereLighting.vsh 15%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe CalcVertexLighting.vsh 16%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe GenTexcoordReflection.vsh 17%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderAssembler32.exe GenTexcoordSphereReflection.vsh 18 19%CTRSDK_ROOT%\tools\CommandLineTools\ctr_VertexShaderLinker32.exe gfx_UserShader0.obj gfx_UserShader1.obj gfx_UserShader2.obj gfx_UserShader3.obj UserTransformMatrix.obj UserCalcColor.obj CalcTexcoord0.obj CalcTexcoord1.obj CalcTexcoord2.obj CalcQuaternion.obj GetTexcoordSource.obj CalcHemisphereLighting.obj CalcVertexLighting.obj GenTexcoordReflection.obj GenTexcoordSphereReflection.obj -OUserShader.shbin -M 20 21PAUSE 22