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

Commit ecf7985

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

materialsystem/swarmshaders/buildshaders.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ 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 "MinGW Makefiles" -S ./materialsystem/swarmshaders/ -B ./BUILD/Shaders ./materialsystem/swarmshaders/makefile.%inputbase%
132+
cmake -G "NMake Makefiles" ./materialsystem/swarmshaders/
133+
nmake
133134

134135
REM ****************
135136
REM Copy the inc files to their target

0 commit comments

Comments
 (0)