fix make dll incorrectly copying v4k.dll

main
Dominik Madarász 2023-10-10 07:22:43 +02:00
parent 219d7b9011
commit fe1647947a
2 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ if "!v4k!"=="yes" (
if exist !cache!.pdb copy /y !cache!.pdb v4k.pdb 2>nul >nul
if not exist "!cache!" (
!echo! v4k && !cc! engine\v4k.c !export! !args! && if "!dll!"=="dll" copy /y v4k.dll bind\lua > nul || set rc=1
!echo! v4k && !cc! engine\v4k.c !export! !args! && if "!dll!"=="dll" copy /y v4k.dll bind\v4k.dll > nul || set rc=1
echo. > !cache!
if exist v4k.o copy /y v4k.o !cache!.o 2>nul >nul
if exist v4k.obj copy /y v4k.obj !cache!.obj 2>nul >nul

BIN
bind/lua

Binary file not shown.