This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
materialsystem/swarmshaders Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
- echo -----< [ DEFUN buildshaders ]> -----
2
+ echo ---------- [ DEFUN buildshaders ]----- -----
3
3
4
4
set TTEXE = time /t
5
5
%TTEXE% -cur-Q
@@ -81,8 +81,8 @@ REM ERRORS
81
81
REM ****************
82
82
:InvalidGameDirectory
83
83
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)
86
86
goto end
87
87
88
88
:NoSourceDirSpecified
@@ -129,7 +129,7 @@ REM ****************
129
129
rem cmake -G "NMake Makefiles" /S /C /F ./makefile.%inputbase%
130
130
echo Building inc files, asm vcs files, and VMPI worklist for %inputbase% ...
131
131
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%
133
133
134
134
REM ****************
135
135
REM Copy the inc files to their target
You can’t perform that action at this time.
0 commit comments