Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 6b2320c

Browse files
authored
Update buildshaders.bat
1 parent 58283ea commit 6b2320c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

materialsystem/swarmshaders/buildshaders.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
echo -----<[ DEFUN buildshaders ]>-----
2+
echo ----------[ DEFUN buildshaders ]----------
33

44
set TTEXE=time /t
55
%TTEXE% -cur-Q
@@ -81,8 +81,8 @@ REM ERRORS
8181
REM ****************
8282
:InvalidGameDirectory
8383
echo "-----X[ ERROR ]X-----"
84-
echo "%~3" is not a valid game directory.
85-
echo (The -game directory must have a gameinfo.txt file)
84+
echo "%~3" is not a valid game directory.
85+
echo (The -game directory must have a gameinfo.txt file)
8686
goto end
8787

8888
:NoSourceDirSpecified
@@ -129,7 +129,7 @@ REM ****************
129129
rem cmake -G "NMake Makefiles" /S /C /F ./makefile.%inputbase%
130130
echo Building inc files, asm vcs files, and VMPI worklist for %inputbase%...
131131
REM https://cmake.org/cmake/help/v3.30/generator/NMake%20Makefiles.html very helpful of you cmake
132-
cmake -G "NMake Makefiles" ./materialsystem/swarmshaders/makefile.%inputbase%
132+
cmake -G "MinGW Makefiles" -S ./materialsystem/swarmshaders/ -B ./BUILD/Shaders ./materialsystem/swarmshaders/makefile.%inputbase%
133133

134134
REM ****************
135135
REM Copy the inc files to their target

0 commit comments

Comments
 (0)