Skip to content

Commit a3d64b9

Browse files
committed
update:vscopy file
1 parent 8dcdde3 commit a3d64b9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

XEngine_Source/VSCopy_Debug.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_BaseLib.dll" "./"
2+
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_BaseSafe.dll" "./"
23
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_Algorithm.dll" "./"
34
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_Core.dll" "./"
45
copy /y "D:\XEngine\XEngine_SourceCode\Debug\XEngine_ManagePool.dll" "./"

XEngine_Source/VSCopy_x64.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
copy /y "%XEngine_Lib64%\XEngine_BaseLib\XEngine_BaseLib.dll" "./"
2+
copy /y "%XEngine_Lib64%\XEngine_BaseLib\XEngine_BaseSafe.dll" "./"
23
copy /y "%XEngine_Lib64%\XEngine_BaseLib\XEngine_Algorithm.dll" "./"
34
copy /y "%XEngine_Lib64%\XEngine_Core\XEngine_Core.dll" "./"
45
copy /y "%XEngine_Lib64%\XEngine_Core\XEngine_ManagePool.dll" "./"

XEngine_Source/VSCopy_x86.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
copy /y "%XEngine_Lib32%\XEngine_BaseLib\XEngine_BaseLib.dll" "./"
2+
copy /y "%XEngine_Lib32%\XEngine_BaseLib\XEngine_BaseSafe.dll" "./"
23
copy /y "%XEngine_Lib32%\XEngine_BaseLib\XEngine_Algorithm.dll" "./"
34
copy /y "%XEngine_Lib32%\XEngine_Core\XEngine_Core.dll" "./"
45
copy /y "%XEngine_Lib32%\XEngine_Core\XEngine_ManagePool.dll" "./"

0 commit comments

Comments
 (0)