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 +2
-4
lines changed
materialsystem/swarmshaders Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ set SHADERINCPATH=vshtmp9/... fxctmp9/... include/...
24
24
25
25
26
26
if " %1 " == " " goto usage
27
- if " %2 " == " " goto usage
28
27
set inputbase = %1
29
- set makefilebase = %2
30
28
31
29
set DIRECTX_SDK_VER = pc09.00
32
30
set DIRECTX_SDK_BIN_DIR = dx9sdk\utilities
@@ -131,10 +129,10 @@ perl %SrcDirBase%/devtools/bin/updateshaders.pl -source .
131
129
REM ****************
132
130
REM Run the makefile, generating minimal work/build list for fxc files, go ahead and compile vsh and psh files.
133
131
REM ****************
134
- rem cmake -G "NMake Makefiles" /S /C /F ./makefile.%makefilebase %
132
+ rem cmake -G "NMake Makefiles" /S /C /F ./makefile.%inputbase %
135
133
echo Building inc files, asm vcs files, and VMPI worklist for %inputbase% ...
136
134
REM https://cmake.org/cmake/help/v3.30/generator/NMake%20Makefiles.html very helpful of you cmake
137
- cmake -G " NMake Makefiles" /S makefile.%makefilebase %
135
+ cmake -G " NMake Makefiles" /S ./ makefile.%inputbase %
138
136
139
137
REM ****************
140
138
REM Copy the inc files to their target
You can’t perform that action at this time.
0 commit comments