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

Commit 5e84192

Browse files
authored
wdym |?????
1 parent b5e1302 commit 5e84192

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

materialsystem/swarmshaders/buildshaders.bat

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ set SHADERINCPATH=vshtmp9/... fxctmp9/... include/...
2424

2525

2626
if "%1" == "" goto usage
27-
if "%2" == "" goto usage
2827
set inputbase=%1
29-
set makefilebase=%2
3028

3129
set DIRECTX_SDK_VER=pc09.00
3230
set DIRECTX_SDK_BIN_DIR=dx9sdk\utilities
@@ -131,10 +129,10 @@ perl %SrcDirBase%/devtools/bin/updateshaders.pl -source .
131129
REM ****************
132130
REM Run the makefile, generating minimal work/build list for fxc files, go ahead and compile vsh and psh files.
133131
REM ****************
134-
rem cmake -G "NMake Makefiles" /S /C /F ./makefile.%makefilebase%
132+
rem cmake -G "NMake Makefiles" /S /C /F ./makefile.%inputbase%
135133
echo Building inc files, asm vcs files, and VMPI worklist for %inputbase%...
136134
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%
138136

139137
REM ****************
140138
REM Copy the inc files to their target

0 commit comments

Comments
 (0)