From 55b350815e2740bc41619ccefd5f9e1fc23005a7 Mon Sep 17 00:00:00 2001 From: plapins Date: Thu, 16 Jun 2016 10:53:43 +0200 Subject: [PATCH] Added example usage to compile_shaders.bat file. --- Project/compile_shaders.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project/compile_shaders.bat b/Project/compile_shaders.bat index c8c8f8d..a3fdc7d 100644 --- a/Project/compile_shaders.bat +++ b/Project/compile_shaders.bat @@ -12,7 +12,8 @@ REM Intel does not assume any responsibility for any errors which may appear in REM nor any responsibility to update it. if [%1] == [] ( - echo No arguments provided! Please specify folder name. + echo No arguments provided! Please specify folder number. + echo Example usage: compile_shaders.bat 03 goto end )