调整lang.dll编译拷贝

This commit is contained in:
13038267101 2023-01-31 16:03:13 +08:00
parent 2ad57f9c88
commit 33bf7d6ff6
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ mkdir %FINAL_DIR%
move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%"
move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%"
copy $(OutDir)$(TargetName)$(TargetExt) "%FINAL_LANGDIR%" /y
</Command>