fix make dll incorrectly copying v4k.dll
parent
219d7b9011
commit
fe1647947a
2
MAKE.bat
2
MAKE.bat
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue